NewGen switches are odd.

I am not sure about the NewGen configured with -Xmn100m and also 
-XX:NewSize=48m both switches are for configuring NewGen however set to 
differing sizes. 
Perhaps the java heap error is related to this remembering that Heap is made up 
of NewGen and OldGen or YoungGen and Tenure (if you like those name conventions 
instead)?

Suggest loose one or the other NewGen setting from JVM arg and see if java heap 
errors cease.

Logging is always are good idea rather than just guessing at the problem.

I do not mind the low pause collector in combination with the newgen collector.

HTH, Carl.


>Wil,
>
>I rather like the low pause collector combined with the UseParNewGC. It
>works quite well for us on our high traffic multi-instance servers.
>
>-Mark
>
>I have never tried to run two garbage collectors.  I'm not sure that is a
>good idea.  On multi-cpu/core servers I have only used -XX:+UseParallelGC 
>
>Also, the default time the GC runs is once per minute. This may or may not
>work for your application. To adjust that use the settings below.  They are
>set to 10 minutes. Again, adjust the numbers to suite the needs of the
>server and application. 
>
>-Dsun.rmi.dgc.client.gcInterval=600000
>-Dsun.rmi.dgc.server.gcInterval=600000 
>
>
>
>Wil Genovese
>Sr. Web Application Developer/
>Systems Administrator
>CF Webtools
>www.cfwebtools.com
>
>[email protected]
>www.trunkful.com
>
>On Mar 28, 2011, at 10:48 AM, tom vallee wrote:
>
>> 
>> i should replace -XX:+UseConcMarkSweepGC and  -XX:+UseParNewGC or only
>-XX:+UseConcMarkSweepGC
>> 
>> with : XX:+UseParallelGC 
>> 
>> 
>> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343375
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to