Hi,

>You might also want to try .gc() (force Garbage Collection) - run
>freeMemory() right before and right after .gc(), print out the diff
too.

Man, I expect this error from novice posters, but not from you ;)
System.gc is ONLY A SUGGESTION.  The more recent the JVM, the more
likely it is to be ignored by the JVM, and moreover more and more
admins/developers I know are setting -XX:+DisableExplicitGC as a
Standard Operating Procedure.  Don't count on System.gc for anything.

Yoav



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to