diff options
author | root@culturestrings <root@culturestrings> | 2020-05-21 06:17:49 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2020-05-21 06:17:49 +0000 |
commit | 6e174e40654a967b752691b6adb158d3abe9ae7e (patch) | |
tree | 936d7668df3a3a8e56941839074046cc5f4e0ed5 | |
parent | 37363169e01c578cc6fdc751637d7062aa2fb60e (diff) | |
download | culturestrings-6e174e40654a967b752691b6adb158d3abe9ae7e.tar.bz2 culturestrings-6e174e40654a967b752691b6adb158d3abe9ae7e.tar.xz |
memory: allocate 256 huge pages (because we can:-))
-rw-r--r-- | public/fs/etc/sysctl.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/fs/etc/sysctl.conf b/public/fs/etc/sysctl.conf index 11c0589..6f92f58 100644 --- a/public/fs/etc/sysctl.conf +++ b/public/fs/etc/sysctl.conf @@ -7,3 +7,5 @@ net.ipv6.conf.all.forwarding = 1 net.ipv6.conf.all.disable_ipv6 = 0 net.ipv6.conf.all.disable_ipv6 = 0 + +vm.nr_hugepages = 256 |