Home Theater Systems - Electronics and Forum - HomeTheaterShack - View Single Post - Macbook pro problems
View Single Post
Old 10-26-07, 02:39 AM   #3 (Link)
daryn
Shackster
Silver Supporter
Alias: Daryn
Loc: Illinois
User: #12756
Since: Oct 2007
Posts: 9
  daryn is offline  
Re: Macbook pro problems


I had this problem too, and since it appeared to be crashing in native code, I had a hunch that the native stack size was too small. I was right. Even if that just meant nothing to you, simply launch:

Utilities -> Java -> J2SE 5.0 -> Java Preferences

Add this to the "Java Applet Runtime Parameters":
-Xss10485760

Basically says to give each thread a 10MB stack. It's likely overkill in size, but no more crashes for me!


Forum Rules Reply With Quote