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.
This commit is contained in:
yuvipanda
2018-08-23 07:12:07 -04:00
committed by Tim Head
parent e50bcf0c85
commit 0812b1c5d1

View File

@@ -28,7 +28,7 @@ default = {
'admin': [],
},
'limits': {
'memory': '1G',
'memory': None,
'cpu': None,
},
'http': {