hterrolle wrote:

Hi,

can i disable the virtuel memorie of java process ?

There are alot of parameters to adjust how GC and memory allocation works, but I dont recommend using them unless you really know what you are doing:

-XX:+UseParNewGC
-XX:+UseParallelGC
-Xincgc
-XX:+UseConMarkSweepGC
-XX:newratio=n
-XX:SurvivorRatio=n
-XX:TargetSurvivorRatio=n
-XX:ParrallelGCThreads=n


Regards Nikolai

----------------------------------------------
Nikolai V. Christensen, Computer Engineer,
Simulation and Training department
IFAD, Forskerparken 10A, DK-5230 Odense M
Denmark, EU
Phone: +45 63 15 71 31  Fax: +45 65 93 29 99
WWWeb: http://www.ifad.dk
e-mail: [EMAIL PROTECTED]
----------------------------------------------

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to