Skip to content

Commit

Permalink
Merge pull request #17 from NB-Dragon/patch-1
Browse files Browse the repository at this point in the history
Fix the bug for 'java_lang_config'
  • Loading branch information
virusdefender authored Oct 4, 2018
2 parents 0bf9bed + 86dc2de commit b532838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/PHP/languages.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
'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' => [
Expand Down

0 comments on commit b532838

Please sign in to comment.