bump default memory unit
This commit is contained in:
parent
2145480572
commit
dfb1774d2c
|
@ -27,7 +27,7 @@ const DEFAULTS = {
|
|||
TEMPLATE_REPOSITORY: "app",
|
||||
PLUGINS_DIR: "/plugins",
|
||||
FORKED_PROCESS_NAME: "main",
|
||||
JS_RUNNER_MEMORY_LIMIT: 64,
|
||||
JS_RUNNER_MEMORY_LIMIT: 96,
|
||||
}
|
||||
|
||||
const QUERY_THREAD_TIMEOUT =
|
||||
|
|
Loading…
Reference in New Issue