Saturday, 8 December 2012

PermGen OutOfMemory when running addNode

Carrying out a straightforward Node federation today and I got a PermGem OutOfMemory error... first time I've seen that one!.

Anyway, to solve it, simply give the JVM under addNode.sh some more Permanent Generation space as follows:

./addNode.sh -javaoption -XX:PermSize=128m <dmgr hostname> <dmgr SOAP port> -user <user name> -password <password>



No comments:

Post a Comment