RE: [JBoss-dev] Add dgc flags to defualt run.conf

2006-03-13 Thread Dimitris Andreadis
Open a jira tasks also, so it goes in the release notes :) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Adrian Brock > Sent: 13 March, 2006 12:09 > To: jboss-development@lists.sourceforge.net > Subject: Re: [JBoss-

Re: [JBoss-dev] Add dgc flags to defualt run.conf

2006-03-13 Thread Adrian Brock
Go ahead. Sun already changed it to that for Java6 On Mon, 2006-03-13 at 11:04 +0100, Andrew Oliver wrote: > Does anyone mind if I add: > > -Dsun.rmi.dgc.client.gcInterval=360 > -Dsun.rmi.dgc.server.gcInterval=360 > > to the run.conf? > > Problem: > > By default, since JBoss links to R

[JBoss-dev] Add dgc flags to defualt run.conf

2006-03-13 Thread Andrew Oliver
Does anyone mind if I add: -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 to the run.conf? Problem: By default, since JBoss links to RMI -- the RMI subsystem forces a full GC every 60 seconds. This very negatively affecter performance. Benefits: * Will mak