Internet Products
1753468 Members
5156 Online
108794 Solutions
New Discussion юеВ

Re: how to set heap size parameter in httpd.conf for Apache

 
SOLVED
Go to solution
Gerton Westerop
Occasional Advisor

how to set heap size parameter in httpd.conf for Apache

How do I set the heap size parameter in httpd.conf for Apache? SOmehow I can't find the syntax anywhere.

Thanks,

Wes
2 REPLIES 2
Jon Finley
Honored Contributor
Solution

Re: how to set heap size parameter in httpd.conf for Apache

In Windows: Start -> Programs -> Apache Tomcat -> Tomcat Configuration -> Java (tab).
There are fields for your initial and max heap sizes.

http://www.reviewservers.com/index.php?page/tomcat

Your Java Options Example:

-Xms 512m
-Xmx 1024m
-Xss256k
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=128m

Jon
"Do or do not. There is no try!" - Yoda
Gerton Westerop
Occasional Advisor

Re: how to set heap size parameter in httpd.conf for Apache

the reply/amnswer to my question resolved my issue completely