Hi, How can have VM options (specifically -Xmx) to be set at launch time for spawned child-servers?
1. My main karaf server is a service. 2. Exporting JAVA_MIN_MEM / JAVA_MAX_MEM does not affect the heap size when I launch the service, and does not affect child servers 3. These env variables only work when I launch the child server directly using <child-server>/bin/karaf, but I need it to work when launched from the parent karaf service. 4. editing karaf-wrapper.conf only affect the main service, but not the spawned children. Any clue? Thanks, Irad. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

