Lower memory limit for koschei-watcher

This commit is contained in:
Mikolaj Izdebski 2017-09-14 21:03:27 +00:00
parent 389dac622d
commit 00669afe0d

View file

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