Merge pull request #17 from NB-Dragon/patch-1

Fix the bug for 'java_lang_config'
This commit is contained in:
李扬 2018-10-04 20:58:30 +08:00 committed by GitHub
commit b532838e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ return [
'run' => [
'command' => '/usr/bin/java -cp {exe_dir} -Xss1M -XX:MaxPermSize=16M -XX:PermSize=8M -Xms16M -Xmx{max_memory}k -Djava.security.manager -Djava.security.policy==/etc/java_policy -Djava.awt.headless=true Main',
'seccomp_rule' => null,
'env' => array_merge(['MALLOC_ARENA_MAX=1'], $default_env)
'env' => $default_env,
'memory_limit_check_only' => 1
]
],
'py2_lang_config' => [