https://bugzilla.wikimedia.org/show_bug.cgi?id=70421

--- Comment #2 from Bryan Davis <[email protected]> ---
Start a clean vm:
* vagrant destroy -f
* vagrant reset-roles
* vagrant up
* vagrant ssh

Check resources in use:

$ ps ax|wc -l
95

$ free -m
             total       used       free     shared    buffers     cached
Mem:           993        839        154          8         36        510
-/+ buffers/cache:        292        701
Swap:            0          0          0

Top memory use:
8.2% hhvm --mode=server
6.1% php /srv/jobrunner/redisJobRunnerService
5.4% mysql
2.1% apache
0.7% redis-server

The ram consumed by the 2 idle hhvm containers is an obvious target to find
improvements for. (The php that is running the jobrunner is just hhvm in
disguise.)

I have seen `puppet agent` running occasionally too, but not consistently.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to