diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-22 21:56:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-22 21:56:04 +0000 |
commit | 82d0f92ab8b84466ae20ab919c1f9c3577b5cecb (patch) | |
tree | 776015ae6c6a386125b2d39e13b62f91b99548f8 /layout/rootfs/etc/sysctl.conf | |
download | lh-bootstrap-82d0f92ab8b84466ae20ab919c1f9c3577b5cecb.tar.xz |
Initial commit
Diffstat (limited to 'layout/rootfs/etc/sysctl.conf')
-rw-r--r-- | layout/rootfs/etc/sysctl.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/rootfs/etc/sysctl.conf b/layout/rootfs/etc/sysctl.conf new file mode 100644 index 0000000..3612602 --- /dev/null +++ b/layout/rootfs/etc/sysctl.conf @@ -0,0 +1,6 @@ +kernel/modprobe /bin/modprobe +kernel/panic 60 +kernel/panic_on_oops 1 +kernel/poweroff_cmd /command/s6-poweroff +vm/overcommit_memory 2 +vm/overcommit_ratio 100 |