Thank you very much.
However, I have a couple of questions.
1. New apache didn't work with memcache. I need to install memcache. Why is 
that? Previous version of apache worked without installation.
2. I googled and found that webfaction memory usage is done with 
command  ps -u simamura -o pid,rss,command | awk '{print $0}{sum+=$2} END 
{print "Total", sum/1024, "MB"}'. On previous version of apache average 
value was 550MB and now it is 220MB.
Is there anyway we could find out what exactly processes eat memory. I 
still don't know whether it is my application, and if it is where to 
search. Maybe it is single page, that does such things. You gave me command 
 'ps auxwww'. Here is it output, but I can't understand what it means:

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
simamura  2170  0.0  0.0  51548  2304 ?        Ss   14:30   0:00 
/home/simamura/webapps/django_gradis/apache2/bin/httpd.worker -f 
/home/simamura/webapps/django_gradis/apache2/conf/httpd.conf -k start
simamura  2185  0.0  0.2 636824 44608 ?        Sl   14:30   0:00 
/home/simamura/webapps/django_gradis/apache2/bin/httpd.worker -f 
/home/simamura/webapps/django_gradis/apache2/conf/httpd.conf -k start
simamura  2186  0.0  0.2 639128 47784 ?        Sl   14:30   0:01 
/home/simamura/webapps/django_gradis/apache2/bin/httpd.worker -f 
/home/simamura/webapps/django_gradis/apache2/conf/httpd.conf -k start
simamura  2188  0.0  0.0 387536  2668 ?        Sl   14:30   0:00 
/home/simamura/webapps/django_gradis/apache2/bin/httpd.worker -f 
/home/simamura/webapps/django_gradis/apache2/conf/httpd.conf -k start
simamura  9731 13.8  1.1 1148500 193184 ?      Sl   16:14  14:10 
(wsgi:localhost:20241:1092) -f 
/home/simamura/webapps/django_math/express/httpd.conf -DWSGI_ACCESS_LOG 
-DWSGI_MPM_ENABLE_EVENT_MODULE -DWSGI_MPM_EXISTS_EVENT_MODULE 
-DWSGI_MPM_EXISTS_WORKER_MODULE -DWSGI_MPM_EXISTS_PREFORK_MODULE -k start
simamura 10987  0.0  0.0 108304  1876 pts/12   Ss   17:50   0:00 -bash
simamura 22390  0.0  0.0 110228  1152 pts/12   R+   17:56   0:00 ps auxwww
simamura 22495  0.0  0.0  66380  2976 ?        Ss   15:59   0:00 httpd 
(mod_wsgi-express)    -f 
/home/simamura/webapps/django_math/express/httpd.conf -DWSGI_ACCESS_LOG 
-DWSGI_MPM_ENABLE_EVENT_MODULE -DWSGI_MPM_EXISTS_EVENT_MODULE 
-DWSGI_MPM_EXISTS_WORKER_MODULE -DWSGI_MPM_EXISTS_PREFORK_MODULE -k start
simamura 31149  0.0  0.0 661460  3524 ?        Sl   16:05   0:01 httpd 
(mod_wsgi-express)    -f 
/home/simamura/webapps/django_math/express/httpd.conf -DWSGI_ACCESS_LOG 
-DWSGI_MPM_ENABLE_EVENT_MODULE -DWSGI_MPM_EXISTS_EVENT_MODULE 
-DWSGI_MPM_EXISTS_WORKER_MODULE -DWSGI_MPM_EXISTS_PREFORK_MODULE -k start
simamura 31992  0.0  0.0 726996  3588 ?        Sl   16:05   0:01 httpd 
(mod_wsgi-express)    -f 
/home/simamura/webapps/django_math/express/httpd.conf -DWSGI_ACCESS_LOG 
-DWSGI_MPM_ENABLE_EVENT_MODULE -DWSGI_MPM_EXISTS_EVENT_MODULE 
-DWSGI_MPM_EXISTS_WORKER_MODULE -DWSGI_MPM_EXISTS_PREFORK_MODULE -k start


Again, thank you very much for your time and help.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to