mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 11:15:54 +00:00
This uses the new Alpine sysfs.conf service to allow config of sysfs. Default file that sets transparent huge pages to only be used on request to fix #368 Database setting available for user configuration. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
vm.max_map_count = 262144
|
|
net.core.somaxconn = 1024
|
|
fs.inotify.max_user_watches = 524288
|
|
fs.file-max = 524288
|