Hi, guys!
Would You advice is it possibly to increase dev/shm size for OpenVZ container (ProxPox 3.4-11)?
Would You advice is it possibly to increase dev/shm size for OpenVZ container (ProxPox 3.4-11)?
Adapt the container's /etc/fstab add (example: increased to 384 MByte):
Code:none /run/shm tmpfs defaults,size=384m 0 0
Hi,
I needed to do this also, but my fstab entry is being ignored?
I've tried editing my fstab but it doesn't have any impact. I tried some other guides to change the LXC containers configuration but that also didn't work.
I'm trying to make it large, say 8GB or more, i am running Ubuntu LXC container on Proxmox 4.4-12
@zm:~$ df -h /dev/shm/
Filesystem Size Used Avail Use% Mounted on
tmpfs 3.9G 3.0G 922M 77% /dev/shm
@zm:~$ cat /etc/fstab
tmpfs /dev/shm tmpfs defaults,size=8g 0 0