diff options
Diffstat (limited to 'beagle/debian-rfs/etc/default/tmpfs')
| -rw-r--r-- | beagle/debian-rfs/etc/default/tmpfs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/beagle/debian-rfs/etc/default/tmpfs b/beagle/debian-rfs/etc/default/tmpfs new file mode 100644 index 0000000..10820ae --- /dev/null +++ b/beagle/debian-rfs/etc/default/tmpfs @@ -0,0 +1,6 @@ +# SHM_SIZE sets the maximum size (in bytes) that the /dev/shm tmpfs can use. +# If this is not set then the size defaults to the value of TMPFS_SIZE +# if that is set; otherwise to the kernel's default. +# +# The size will be rounded down to a multiple of the page size, 4096 bytes. +SHM_SIZE= |
