On Apr 10, 2007, at 12:37 AM, Bob Hanson wrote:

> 1. the mac installation of Java probably doesn't have enough memory
> allocated. Up the Java memory (someone can tell us how to do that) to,
> oh, 90Mb.
>
you can set this at runtime with the -Xms and -Xmx arguments.

for example, I routinely run Jmol with a max heap size of 1024mb:

java -Xmx1024m -jar /local/java/jmol/Jmol/build/Jmol.jar


I don't know how to do this for applets; sorry.


hope that helps,

tim
-- 
Timothy Driscoll                                em: [EMAIL PROTECTED]
Virginia Bioinformatics Institute               ph: 540-231-3007
Bioinformatics I: M-1                           im: molvisions
Washington St., Blacksburg, VA 24061



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to