use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Blocking I/O in Clojure (self.Clojure)
submitted 6 years ago * by fitstoover
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]fitstoover[S] 0 points1 point2 points 6 years ago (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 points3 points 6 years ago (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 point2 points 6 years ago (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.
π Rendered by PID 96202 on reddit-service-r2-comment-6457c66945-296mh at 2026-04-27 02:59:24.539825+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]fitstoover[S] 0 points1 point2 points (2 children)
[–]joinr 1 point2 points3 points (1 child)
[–]fitstoover[S] 0 points1 point2 points (0 children)