|
Regarding the post [Mono-list] Memory usage of
mod_mono by Mark Prins (DSL AK);
We've written a web application using
mono,
mod_mono 1.0.9.0 Apache 2.0 running on a Red hat ES 4.0. We have a problem with mod_mono as it keeps increasing its memory usage until it fills up the server memory (1 GB) We have tried running the system with limiting
mod_mono memory but the mod_mono stop responding to aspx request when the memory
reaches the limit.
Once the mod_mono process is killed the used memory
is freed.
We have found out that the memory is freed but after a long time which doesnt fit with our requirements. We need the memory to be freed more frequent. Moreover, the sessions do not terminate probably
all the time (i.e. session_end is not called all the time for all the
sessions)
Our questions are:
1-Is there a problem with session_end; if so please advice what to do. 2-Why does the mod_mono keeps allocating memory and not freeing it 3- Is there is a way to configure or fine tune the garbage collector 4- Is there a problem with the memory limit for the |
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
