fix PHP client wrong java seccomp rule name

This commit is contained in:
virusdefender 2017-12-22 00:34:35 +08:00
parent 667eb96ff6
commit 7817ef9fe6
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ 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' => 'general',
'seccomp_rule' => null,
'env' => array_merge(['MALLOC_ARENA_MAX=1'], $default_env)
]
],