Support caching of extracted zip artifacts

This commit is contained in:
allegroai
2020-04-26 23:19:42 +03:00
parent 6ff3cc0ee4
commit 0a7a32f2eb
4 changed files with 126 additions and 32 deletions

View File

@@ -167,6 +167,10 @@ sdk {
# Log all stdout & stderr
log_stdout: true
# compatibility feature, report memory usage for the entire machine
# default (false), report only on the running process and its sub-processes
report_global_mem_used: false
}
}
}