added note for inode-max

This commit is contained in:
K4YT3X 2020-10-07 17:39:07 -04:00
parent fa7dc0052b
commit f173c2cafc
2 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,8 @@ fs.protected_regular = 2
# this value can be up to: # this value can be up to:
# - 2147483647 (0x7fffffff) on a 32-bit system # - 2147483647 (0x7fffffff) on a 32-bit system
# - 9223372036854775807 (0x7fffffffffffffff) on a 64-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 fs.file-max = 9223372036854775807
########## Virtualization ########## ########## Virtualization ##########

View File

@ -90,6 +90,8 @@ fs.protected_regular = 2
# this value can be up to: # this value can be up to:
# - 2147483647 (0x7fffffff) on a 32-bit system # - 2147483647 (0x7fffffff) on a 32-bit system
# - 9223372036854775807 (0x7fffffffffffffff) on a 64-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 fs.file-max = 9223372036854775807
########## Virtualization ########## ########## Virtualization ##########