Forum OpenACS Q&A: Re: memory usage

Collapse
2: Re: memory usage (response to 1)
Posted by Dave Bauer on
What are your minthreads and maxthreads settings in the aolserver config.tcl?

Since it creates a full Tcl interpreter with every procedure defined (all the OpenACS ones plus any custom code you have) the footprint increases for each thread you have defined.

If you have very little traffic you might be able to decrease this but, in my experience., 120mb is pretty small for an aolserver process.