|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] how to optimize CentOS XEN dom0?
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-
> bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Rudi Ahlers
> Subject: [Xen-users] how to optimize CentOS XEN dom0?
>
> the server itself seems to eat up a lot of resources:
>
> root@zaxen01:[~]$ free -m
> total used free shared buffers
cached
> Mem: 512 472 39 0 13
215
> -/+ buffers/cache: 244 268
> Swap: 4095 0 4095[/CODE]
Really? 244MB memory committed, it looks like, aside from buffer cache.
Do you think that's excessive? I've commonly heard that 256MB is the
bare minimum to run a CentOS 5.x image.
Nothing has swapped yet, so you should have ample headroom. If you were
to shrink memory a little more, it would begin to swap seldom-used
pages.
Since you're running Apache, see if you can use the worker MPM. It
tends to spawn fewer processes (thus eating less RAM) than prefork. If
you have to stick with prefork, turn down StartServers, MinSpareServers
and MaxSpareServers to the minimum you can comfortably handle.
-Jeff
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|