> Yes, it should support it.
> But you may have to tell Java that you are going to use a lot of memory.
> Some options are available to tell Java how much memory can be assigned
> to the program
> It think it's -Xmx and -Xms
>

Correct, give the system a gigabyte of virtual memory:

  java -Xmx1024M -jar Jmol.jar

The largest thing I have ever loaded is the full rhinovirus ... with 350K
atoms ... all in one frame.

If you have 1K frames of 170 amino acids then you have several times that.

It should work ... let us know if it doesn't.

It is never going to work in an applet because of virtual memory
requirements (unless individual users configure their Java Plug-in jvm
configurations)


Miguel



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to