Hi, I am trying to add -Xns parameter in JAVA_OPT for adding nursery size
(user define value = 512M) but my server is not coming up.
Using
* ServiceMix : 4.4.1
* JDK 1.6 
* other configuration for JAVA_OPT 
JAVA_OPTS="-server -Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8502 -Xms768m
-Xmx1024m -Xns:512m -XX:MaxGCPauseMillis=600 -XX:PermSize=64m
-XX:MaxPermSize=256m -XX:UseConcMarkSweepGC"

Not sure if OSGI don't allow to do nursing size configuration for
servicemix. I am doing this change in bin\setenv file.

Can any one please help



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/How-tp-set-nursery-size-in-Servicemix-JAVA-OPTS-tp5722845.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Reply via email to