http://www.stolaf.edu/academics/chemapps/jmol/temp/memory.jpg
is an Excel graph showing memory use during a 2563-command script.
Using:
* Runtime runtime = Runtime.getRuntime();
runtime.gc();
long bTotal = runtime.totalMemory();
long bFree = runtime.freeMemory();
*
the top of the graph is (bTotal)
the lower trace is (bTotal-bFree)
This script does all sorts of things, including some pretty major
surfaces and several molecular orbitals.
All: I'm not seeing a memory problem here, right?
Henry, you can create this graph yourself. Just use
loglevel = 2
when you load the applet, then from the Java log you will start seeing
just a few messages, namely:
ZAP memory inuse, total, free, max: 6869960 22384640 15514680 99942400
Just copy those into
http://www.stolaf.edu/academics/chemapps/jmol/temp/memory.xls
and report back to us what you see.
For these purposes, you will need to use the latest JAR file
JmolApplet-11-1-10a.jar in
http://www.stolaf.edu/academics/chemapps/jmol/temp
Bob
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers