armitage icon indicating copy to clipboard operation
armitage copied to clipboard

The Parallel GC can not be combined with -XX:ParallelGCThreads=0

Open antonely93 opened this issue 7 years ago • 9 comments

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 avatar Jun 12 '17 07:06 antonely93

@antonely93 Removing -XX:+AggressiveHeap worked for me.

tonylambiris avatar Jul 01 '17 22:07 tonylambiris

Hello Thank U for your answer, But please how i can remove this? Which file i must edit?

antonely93 avatar Jul 03 '17 05:07 antonely93

@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!

gusdevops avatar Jul 09 '17 22:07 gusdevops

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."

TorontoBoy avatar Jul 18 '17 17:07 TorontoBoy

Thanks for all answer ;-) will try it

antonely93 avatar Jul 19 '17 05:07 antonely93

Thanks U very much! issue solve ^_^ . @TorontoBoy as i know u must create it but i'm not sure

antonely93 avatar Jul 19 '17 05:07 antonely93

@TorontoBoy Thanks U very much! issue solve ^_^ .

kevien avatar Aug 08 '17 01:08 kevien

@TorontoBoy Thanks U prooooooooo its working

alfr3one avatar Oct 15 '17 02:10 alfr3one

u should re inti it from zero that would be solved

salemhijazi avatar Jan 11 '19 02:01 salemhijazi