Mac Java Help

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

NashuLee

New Member
Jul 29, 2019
162
0
0
I have seen in numerous posts to add this line to the Java specs
-XX:MaxPermSize=128M


When I do this i get this error,

Unrecognized VM option 'permSize=128'
Could not create the Java virtual machine.


What I am doing is going to the options tab, clicking on advanced, clicking entering the line just as typed and then hitting exit then clicking launch. At that point, it starts to launch, then gives me this error and locks up at that point.

Is there a different way I can insert this code?

Here is the paste bin http://pastebin.com/FExSfV4B

Any help would be greatly appreciated.
 
Try putting it in quotes:

Code:
"-XX:MaxPermSize=128M"

Not sure why, but from the error it doesn't seem to look at it as one option, quotes should rectify that.
 
  • Like
Reactions: NashuLee
Will try that tonight.[DOUBLEPOST=1363107030][/DOUBLEPOST]On that same note, can I allocate more memory to make it run better?
 
Assigning more memory to PermSize won't make anything run better. It either runs at all or it doesn't.
 
Assigning more memory to PermSize won't make anything run better. It either runs at all or it doesn't.
Does this PermSize option help with this error on servers as well? I have a seperate post explaining an issue I have run into here:
http://forum.feed-the-beast.com/threads/mindcrack-8-2-0-server-increasing-lag-xycraft.15069/
I have additional options that I have tried with great results .. sortof .. (server-side java options only - haven't touched client options ever)...
 
Status
Not open for further replies.