On Mon, Mar 22, 2010 at 9:14 PM, Richard Chang <majors...@hotmail.com> wrote:
> Please forgive me if this is a too simple question.
>
> We are using Apache 2.0 server. What is the default heap size setting? what
> is the range i can set to? We are looking into customization of the heap
> size.
>

For native applications, usually the heap just grows and grows until
you run up to some system limit such as ulimit -d or ulimit -m. It's
not like Java where the VM allocates some fixed size from the OS'es
heap and the application only has that much to play with.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to