[rules-users] PermGen space error

Geoffrey De Smet ge0ffrey.spam at gmail.com
Thu Feb 9 03:34:13 EST 2012


The perm gen is the place where all your Java class files live in memory 
(and each DRL file generates a Java class file).

The perm gen space is a subset of the heap space.
So it doesn't make sense to put them on the same value.

Try this instead:
    -Xmx1024m -XX:MaxPermSize=512m
Or, if that fails:
    -Xmx2048m -XX:MaxPermSize=1024m


Op 09-02-12 08:01, Zhao Yi schreef:
> Thanks for reply.
>
> I have set the value to -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=1024m,
> but it still gets that error.
>
> --
> View this message in context: http://drools.46999.n3.nabble.com/PermGen-space-error-tp3728264p3728630.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
>

-- 
With kind regards,
Geoffrey De Smet





More information about the rules-users mailing list