mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-18 10:16:50 +00:00
added note for inode-max
This commit is contained in:
parent
fa7dc0052b
commit
f173c2cafc
@ -141,6 +141,8 @@ fs.protected_regular = 2
|
||||
# this value can be up to:
|
||||
# - 2147483647 (0x7fffffff) on a 32-bit system
|
||||
# - 9223372036854775807 (0x7fffffffffffffff) on a 64-bit system
|
||||
# be aware that the Linux kernel documentation suggests that inode-max should be 3-4 times
|
||||
# larger than this value
|
||||
fs.file-max = 9223372036854775807
|
||||
|
||||
########## Virtualization ##########
|
||||
|
||||
@ -90,6 +90,8 @@ fs.protected_regular = 2
|
||||
# this value can be up to:
|
||||
# - 2147483647 (0x7fffffff) on a 32-bit system
|
||||
# - 9223372036854775807 (0x7fffffffffffffff) on a 64-bit system
|
||||
# be aware that the Linux kernel documentation suggests that inode-max should be 3-4 times
|
||||
# larger than this value
|
||||
fs.file-max = 9223372036854775807
|
||||
|
||||
########## Virtualization ##########
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user