bump default memory unit

This commit is contained in:
Martin McKeaveney 2024-02-20 16:32:55 -03:00
parent 2145480572
commit dfb1774d2c
1 changed files with 1 additions and 1 deletions

View File

@ -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 =