The configuration itself should be in "server.xml" to be found in this file structure -
cells
cell1
cell.xml resources.xml virtualhosts.xml variables.xml security.xml
nodes
nodeX
node.xml variables.xml resources.xml serverindex.xml
serverA
server.xml variables.xml
Here is the IBM documentation containing the above info -





by: woolmilkporcPosted on 2009-09-01 at 02:36:51ID: 25229761
Hi,
afaik the startServer command has a "-J" option to pass options through to the Java interpreter!
Try startServer [server] -J "-Xmx1000m -Xms1000m"
But besides that, I'd rather think that you have a ulimit problem. Did you check user limits using "ulimit -a" (particularly the data(kbytes) setting)?
wmp