Well, what I observe is that when I run a strategy with JBT, it (of course allocates memory), when next thing I run a different strategy more memory is allocated.
I just tried it with the sample data and the distribution JBT. Only change was to create 20 copies of the Sample strategy. It rapidly builds up from 250 to about 350 MB when more strategies are run.
There the curve flattens at some point.
However it is a small data set. I have the problem that if I do the same with my installation and my dataset I see a much larger initial
memory allocation and actually a similar build up of memory allocation. Thus, at some point it hits the wall and I have to restart JBT to run more strategies. This seems to be in line with the aymptotic build up of memory use.
Klaus