Posts

Showing posts from June, 2016

Environment variables in Linux

Execute the following command to write into the JAVA_OPTS environment variable: # export JAVA_OPTS="-Djava.awt.headless=true -Xmx1024m -XX:MaxPermSize=768m"