I am doing some performance checks in a dedicated server with latest proxmox 4.1 (including the today kernel enterprise repo update). Once rebooted i started checks:
Node just restarted, no vms running:
With 1 OpenVZ container POWER ON (CentOS 7 with cPanel, 4x vCores, 4GB RAM max) node mem load:
With 1 OpenVZ container POWER OFF (CentOS 7 with cPanel, 4x vCores, 4GB RAM max) node mem load:
With 1 VM (kvm) POWER ON (Windows Server 2012 r2, 1vCore, 4 GB RAM max)
With 1 VM (kvm) POWER OFF (Windows Server 2012 r2, 1vCore, 4 GB RAM max)
So, dedicated server -node- starts using only about 800 MB ram, and later a power on and poweroff), so again no virtual machines power on on server and RAM is about 13 GB and this ram not decrease.
For more info, i have two sata disks (as RAID1 ZFS) and a SSD harddisk configured as CACHE (ZIL / L2ARC).
I came from openvz & centos (with solusvm to manage) and of course when a OpenVZ is halted, the memory on hardware node is free as long as containers not active.
So i don´t know if really i can expect this memory usage in hardware node (with virtual machines halted) or really i am in a trouble.
Thanks for all help, suggestions and considerations.
Node just restarted, no vms running:
Code:
root@hn2:~# free -m
total used free shared buffers cached
Mem: 24098 870 23227 0 5 75
-/+ buffers/cache: 789 23309
Swap: 23551 0 23551
With 1 OpenVZ container POWER ON (CentOS 7 with cPanel, 4x vCores, 4GB RAM max) node mem load:
Code:
root@hn2:~# free -m
total used free shared buffers cached
Mem: 24098 1797 22301 0 4 293
-/+ buffers/cache: 1499 22599
Swap: 23551 0 23551
With 1 OpenVZ container POWER OFF (CentOS 7 with cPanel, 4x vCores, 4GB RAM max) node mem load:
Code:
root@hn2:~# free -m
total used free shared buffers cached
Mem: 24098 1335 22762 0 4 81
-/+ buffers/cache: 1249 22849
Swap: 23551 0 23551
With 1 VM (kvm) POWER ON (Windows Server 2012 r2, 1vCore, 4 GB RAM max)
Code:
root@hn2:~# free -m
total used free shared buffers cached
Mem: 24098 17728 6370 0 4 98
-/+ buffers/cache: 17625 6473
Swap: 23551 0 23551
With 1 VM (kvm) POWER OFF (Windows Server 2012 r2, 1vCore, 4 GB RAM max)
Code:
root@hn2:~# free -m
total used free shared buffers cached
Mem: 24098 13517 10581 0 4 95
-/+ buffers/cache: 13417 10681
Swap: 23551 0 23551
So, dedicated server -node- starts using only about 800 MB ram, and later a power on and poweroff), so again no virtual machines power on on server and RAM is about 13 GB and this ram not decrease.
For more info, i have two sata disks (as RAID1 ZFS) and a SSD harddisk configured as CACHE (ZIL / L2ARC).
I came from openvz & centos (with solusvm to manage) and of course when a OpenVZ is halted, the memory on hardware node is free as long as containers not active.
So i don´t know if really i can expect this memory usage in hardware node (with virtual machines halted) or really i am in a trouble.
Thanks for all help, suggestions and considerations.