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
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"]}}}