diff options
author | Devaev Maxim <[email protected]> | 2018-09-26 02:11:23 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-09-26 02:11:23 +0300 |
commit | 940989b6e9a3fe31bd236e4bed96e1d4778a403b (patch) | |
tree | 0ed5679b56b198db88b27390b92e29019cd4ab6f /os/platforms/common/sysctl.conf | |
parent | 6e9a3222ce566f6430caad541c2695255cb06d7c (diff) |
v2 beta
Diffstat (limited to 'os/platforms/common/sysctl.conf')
-rw-r--r-- | os/platforms/common/sysctl.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/platforms/common/sysctl.conf b/os/platforms/common/sysctl.conf new file mode 100644 index 00000000..71db0efc --- /dev/null +++ b/os/platforms/common/sysctl.conf @@ -0,0 +1,3 @@ +# https://github.com/raspberrypi/linux/issues/1753 +vm.dirty_background_bytes = 5 +vm.dirty_writeback_centisecs = 25 |