In linux Tomcat bin folder, I want to set JAVA_OPTS
for heap memory, I have done settings like export CATALINA_OPTS="-server -Xms1024m -Xmx1024m -XX:MaxPermSize=256m"
and then restarting but still my heap memory is not updating.
Can you guide me? Where to put these attributes in catalina.sh or am I missing something or do I have to modify somewhere else?