JAVA question
Posted by:
MacBozo
JAVA question -
06/10/08
10:27 AM
What is that code snippet to allocate more memory to JAVA applets (it's entered in the JAVA Preferences.app)? <br><br>
Posted by:
MacBozo
Is this it? -
06/10/08
11:00 AM
-Xmx128m, where 128 is the maximum RAM allowed (of course, it can be set to any amount)? I found this over at Apple Support.<br><br>