Koschei: fix memory limit unit
This commit is contained in:
parent
202c9b3984
commit
de76f385ee
1 changed files with 2 additions and 2 deletions
|
@ -58,10 +58,10 @@ config = {
|
|||
{% endif %}
|
||||
},
|
||||
"build_resolver": {
|
||||
"memory_limit": 1024**3,
|
||||
"memory_limit": 1024**2, # kilobytes
|
||||
},
|
||||
"repo_resolver": {
|
||||
"memory_limit": 1024**3,
|
||||
"memory_limit": 1024**2, # kilobytes
|
||||
},
|
||||
},
|
||||
"priorities": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue