[rules-users] PermGen space error

Jevon Wright jevon at jevon.org
Wed Feb 8 21:40:02 EST 2012


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 <zhaoyi0113 at gmail.com> 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
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users



More information about the rules-users mailing list