I tried the setting (JAVA_OPT) in the /etc/tomcat/tomcat.conf and it had no effect, but I found a old article in the suse knowledge base and that seem to still work. https://www.novell.com/support/kb/doc.php?id=7010072
/etc/sysconfig/tomcat add CATALINA_OPT="-Xms256m -Xmx512m -Xss512k" (as an example) as a single line in the file without the export in front. This worked and gave me the expected results in the tomcat management page.
Thank-you for posting back your results. I am pretty sure in the past
when I adjusted Tomcat I did so via the conf file too, but it may be that
in your case the conf file is managed via sysconfig files. Usually in
those cases the conf files themselves start with comments stating
something like, “Do not modify this file directory.” indicating it is
overwritten at runtime by something else.
–
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below.
If you want to send me a private message, please let me know in the
forum as I do not use the web interface often.