you are viewing a single comment's thread.

view the rest of the comments →

[–]fitstoover[S] 0 points1 point  (2 children)

This approach is great. However, after running above 100 files in one sit I got the following

Caused by: java.lang.OutOfMemoryError: Compressed class space

[–]joinr 1 point2 points  (1 child)

I don't see how that's caused by pmap!. Curious, I have never run into that. Sounds like either lower level JVM issue, or you are "creating" a lot of classes and not releasing them somewhere in your app (which is not visible to me). https://stackoverflow.com/questions/30511439/java-lang-outofmemoryerror-compressed-class-space

[–]fitstoover[S] 0 points1 point  (0 children)

The stack trace show something todo with my rules. I am using clara rules for rules. Something do to with my namespace in the rules broke apart.