Fix koschei-watcher memory limit
This commit is contained in:
parent
00669afe0d
commit
bf1b02c9fc
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ config = {
|
||||||
"memory_limit": 1024**2, # kilobytes
|
"memory_limit": 1024**2, # kilobytes
|
||||||
},
|
},
|
||||||
"watcher": {
|
"watcher": {
|
||||||
"memory_limit": 256**2, # kilobytes
|
"memory_limit": 256*1024, # kilobytes
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"priorities": {
|
"priorities": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue