Feysh-Group / corax-community

Corax for Java: A general static analysis framework for java code checking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于提示设置内存大小的bug

testnet0 opened this issue · comments

image

You can add the following command before run analysis to fully utilize the machine's performance:
> export _JAVA_OPTIONS="-Xmx=0.5g"
提示通过这种方式修改内存大小,但是执行命令后会提示错误:
image
应该修改为这种方式:
export _JAVA_OPTIONS='"-Xmx8g" "-Xms64m"'

感谢您的反馈,这是我们开发的一时疏忽多加了个=符号,我们下个版本会修复

2.6 版本已经 fix