mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 09:10:07 -06:00
Increased /run tmpfs size limit from 32M to 128M
This commit is contained in:
@@ -50,7 +50,7 @@ fi
|
||||
# initrd has already done so):
|
||||
if [[ -d /run ]]; then
|
||||
if ! /bin/grep -wq "tmpfs /run tmpfs" /proc/mounts; then
|
||||
/sbin/mount -v -n -t tmpfs tmpfs /run -o mode=0755,size=32M,nodev,nosuid,noexec
|
||||
/sbin/mount -v -n -t tmpfs tmpfs /run -o mode=0755,size=128M,nodev,nosuid,noexec
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user