autoinst

scripts to make automated installations of debian easy
git clone git://deadbeef.fr/autoinst.git
Log | Files | Refs | README | LICENSE

commit 8f8db7f149241f189bda21acb4b8b3d848146434
parent 0a82747a438fa0640ca0ee540c4f411787e0cc09
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Thu,  7 Jan 2021 12:28:47 +0100

generic: no overcommit

Diffstat:
Atemplates/generic/root/etc/sysctl.d/no-overcommit.conf | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/templates/generic/root/etc/sysctl.d/no-overcommit.conf b/templates/generic/root/etc/sysctl.d/no-overcommit.conf @@ -0,0 +1,2 @@ +vm.overcommit_memory = 2 +vm.overcommit_ratio = 100