blob: 4225340cc4d7a5ac9aab3ad6c60dba2ac255e390 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# See sysctl.d(5) and core(5) for for details.
# This specifies an upper limit on the number of inotify instances
# that can be created per real user ID.
fs.inotify.max_user_instances=1024
# In hundredths of a second, this is how often pdflush wakes up to
# write data to disk.
vm.dirty_writeback_centisecs=@DIRTY_WRITEBACK_CENTISECS@
# config overcommit handling mode
vm.overcommit_memory = 1
|