From 0812b1c5d174d4ad2b82824c861b79011c6ece75 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Thu, 23 Aug 2018 07:12:07 -0400 Subject: [PATCH] Don't set a memory limit by default Users should set up their own memory limits after install. Better than a surprise when they try using more than 1G. --- tljh/configurer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/configurer.py b/tljh/configurer.py index 29eb49f..0cc4694 100644 --- a/tljh/configurer.py +++ b/tljh/configurer.py @@ -28,7 +28,7 @@ default = { 'admin': [], }, 'limits': { - 'memory': '1G', + 'memory': None, 'cpu': None, }, 'http': {