Re: what does future do after fn finish ?

2018-02-03 Thread Jacek Grzebyta
HI, So things works well. In terms of memory usage anyway. I use 50 main threads (in process-data-by-condition-set) and 20 for replications (process-growths). However I found that after good performance in the beginning it slows down rapid and quick. VisualVM shows the threads usage is poor - main

[ANN] tools.deps.alpha 0.5.351, clojure tools 1.9.0.326

2018-02-03 Thread Alex Miller
New releases of tools.deps.alpha and the clojure tools (clj) are now available. This release primarily enhances alias support. There are 3 new kinds of aliases that can be supplied with clj: -O - for java option aliases. Example in deps.edn: {:aliases {:mem {:jvm-opts ["-Xms100m" "-Xmx500m"]}}}