hardware node modifications

muzzol

Active Member
Dec 2, 2009
43
0
26
hi,

i usually change these settings in HN because of requirements on my vms:


- /etc/security/limits.conf : * - nofile 65535

- /etc/sysctl.conf: net.ipv4.tcp_keepalive_time = 600

- Inside container:
Code:
echo tmpfs /dev/shm tmpfs defaults 0 0 >> /etc/fstab
mount /dev/shm

can someone confirm is this is still needed or if there's another approach with PVE 2.0?