Jump to content
  • 0

Gameserver_Loop.sh Error


Question

Posted (edited)

Hi all,

 

I get this error running the gameserver:

 

stdout.log

The stack size specified is too small, Specify at least 228k
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

 

 
I've installed VisualVM to help me fix this and I see that this are my currect values:
-Xms24m
-Xmx256m
 
Aren't these values good enough?
 
I googled and I found this lines as posible solution:
 
JVM_OPTS="$JVM_OPTS -Xss256k"
JVM_OPTS="$JVM_OPTS -Xsm512k"
 
I didn't work, error is the same and VisualVM valuer the same too.
 
I also tried updating to java8 and I get this error:
 
Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0
MaxTenuringThreshold of 31 is invalid; must be between 0 and 15
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

 

 
 In this case I couldn't find a way to fix this.
 
Well...can anyone help? Should I use java7 or java8? How can I make the gameserver start?
 
Thank you.
Edited by linager

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...