I have my server setup like the below. For some reason one of the
apache processes keeps jumping up to 263mb of ram. Does anyone know
why this might be? Also, once I restart Apache, the total memory usage
is around 40mb. Then when I access sites each site uses about 24mb of
ram. This memory is never released though. Usually if everything is
running normal it can run for weeks like that. This is besides the
problem of the 263mb process.

Apache info

Architecture:   64-bit
Server MPM:     Worker
threaded:     yes (fixed thread count)
forked:     yes (variable process count)


Example of one site from httpd.conf

KeepAlive Off
ServerLimit 2

<VirtualHost *>

  ServerName www.somesite.com
  ServerAlias *somesite.com

  WSGIDaemonProcess somesite user=webuser group=webuser processes=1
threads=10 maximum-requests=100 inactivity-timeout=172800
  WSGIProcessGroup somesite

  WSGIScriptAlias / /home/webuser/somesite.com/somesite.wsgi

</VirtualHost>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to