diff options
author | Devaev Maxim <[email protected]> | 2018-07-03 06:59:40 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-03 06:59:40 +0300 |
commit | 95a5bbb3676e1d908959f064158a1355bbd5b89e (patch) | |
tree | f75ca5b5b1b5eddb16df9c145c6707a82827286e /os/platforms/v1/99-pikvm.conf | |
parent | 72206539d63982497283a7ba63448f427e58c57e (diff) |
fixed os freezes
Diffstat (limited to 'os/platforms/v1/99-pikvm.conf')
-rw-r--r-- | os/platforms/v1/99-pikvm.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/platforms/v1/99-pikvm.conf b/os/platforms/v1/99-pikvm.conf new file mode 100644 index 00000000..71db0efc --- /dev/null +++ b/os/platforms/v1/99-pikvm.conf @@ -0,0 +1,3 @@ +# https://github.com/raspberrypi/linux/issues/1753 +vm.dirty_background_bytes = 5 +vm.dirty_writeback_centisecs = 25 |