This is a normal Java error that indicates that Java has run out of memory. Try increasing the memory available to Java, for example "-Xms=128m -Xmx=512m". This can be provided as a runtime argument to your Java runtime.
Cheers Jevon On Thu, Feb 9, 2012 at 3:05 PM, Zhao Yi <[email protected]> wrote: > When I load many rule files in a knowledge base, I always get "PermGen space > error". Does this relate to drools issue? Any one have this issue before? > > -- > View this message in context: > http://drools.46999.n3.nabble.com/PermGen-space-error-tp3728264p3728264.html > Sent from the Drools: User forum mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
