Hi,
I'm a total noob as you will tell from reading this and really appreciate any help. I have been following along and managed to get proxmox setup along with a plex LXC using Proxmox VE Helper scipts. I setup /dev/shm as my transcoding folder in plex. Everything works fine however when direct playing however when transcoding, the system memory fills up then my plex container freezes. I did some research and found that I should limit the size of my /dev/shm folder. I followed https://forums.serverbuilds.net/t/guide-plex-transcoding-and-ram-disks/625 that said to edit /etc/fstab and add:
I managed to do that however when I df -h in the console it still shows /dev/shm as being 12G in size. When I tried to remount using
I'm a total noob as you will tell from reading this and really appreciate any help. I have been following along and managed to get proxmox setup along with a plex LXC using Proxmox VE Helper scipts. I setup /dev/shm as my transcoding folder in plex. Everything works fine however when direct playing however when transcoding, the system memory fills up then my plex container freezes. I did some research and found that I should limit the size of my /dev/shm folder. I followed https://forums.serverbuilds.net/t/guide-plex-transcoding-and-ram-disks/625 that said to edit /etc/fstab and add:
tmpfs /dev/shm tmpfs defaults,size=4g 0 0
I managed to do that however when I df -h in the console it still shows /dev/shm as being 12G in size. When I tried to remount using
mount -o remount /dev/shm
, I get the error mount: /dev/shm: cannot remount tmpfs read-write, is write-protected. I have no clue where to go from here so if some kind soul could help me out, I woud greatly appreciate it. Thanks a bunch.