memory setting on web server

How do you change the max heap size on the TC server?

0
1 comment
Avatar
Permanently deleted user

phil swenson wrote:

How do you change the max heap size on the TC server?


Via command line option for container runtime. For tomcat this is

bin\startup.bat
SET CATALINA_OPTS=%CATALINA_OPTS% -Xms64M -Xmx384M

--
Alexey Gopachenko
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

0

Please sign in to leave a comment.