I have a server with 16 Gb ram and 16 Gb swap:
If I understand correctly, I should be able to allocate up to 32 Gb of memory to a container. But no matter what values I use in "memory" and "swap" when creating a vm, when running top inside container, memory is capped at 16 Gb. Am I doing something wrong?
The version is
There is only one vm on the server now.
Code:
~$ free -m
total used free shared buffers cached
Mem: 16048 1064 14984 0 258 503
-/+ buffers/cache: 302 15746
Swap: 15359 0 15359
The version is
Code:
$ uname -a
Linux prox3 2.6.24-9-pve #1 SMP PREEMPT Tue Nov 17 09:34:41 CET 2009 x86_64 GNU/Linux
Last edited: