Skip to content

Commit

Permalink
added note for inode-max
Browse files Browse the repository at this point in the history
  • Loading branch information
k4yt3x committed Oct 7, 2020
1 parent fa7dc00 commit f173c2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##########
Expand Down
2 changes: 2 additions & 0 deletions sysctl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##########
Expand Down

0 comments on commit f173c2c

Please sign in to comment.