armitage
armitage copied to clipboard
The Parallel GC can not be combined with -XX:ParallelGCThreads=0
Hello, When strating i have this issue: The Parallel GC can not be combined with -XX:ParallelGCThreads=0, please how to fix it?
#java -version openjdk version "1.8.0_311"
@antonely93 Removing -XX:+AggressiveHeap
worked for me.
Hello Thank U for your answer, But please how i can remove this? Which file i must edit?
@antonely93 It depends in your installation process, In my case for example the armitage
went to /usr/share/armitage/armitage
folder . Try editing armitage itself with nano
or vim
and you'll able to remove the thing @tonylambiris mentioned!
cd to the directory you expanded armitage. edit the file "armitage". In this file you will see the statement:
java -XX:+AggressiveHeap -XX:+UseParallelGC -jar armitage.jar $@
Remove the "-XX:+AggressiveHeap" part. At least armitage now starts, but I get a "I can not find a database.yml file. I really need it."
Thanks for all answer ;-) will try it
Thanks U very much! issue solve ^_^ . @TorontoBoy as i know u must create it but i'm not sure
@TorontoBoy Thanks U very much! issue solve ^_^ .
@TorontoBoy Thanks U prooooooooo its working
u should re inti it from zero that would be solved