Fix koschei-watcher memory limit

This commit is contained in:
Mikolaj Izdebski 2017-09-14 21:42:26 +00:00
parent 00669afe0d
commit bf1b02c9fc

View file

@ -61,7 +61,7 @@ config = {
"memory_limit": 1024**2, # kilobytes
},
"watcher": {
"memory_limit": 256**2, # kilobytes
"memory_limit": 256*1024, # kilobytes
},
},
"priorities": {