Hi, I would like to put a limit on the amount of memory used by a Bookie. The reason is that I am running the Bookie inside a JVM together with other services and so it is quite important to be able to constraint the usage of memory, especially OldGen and Direct Memory used by each component.
>From the docs about the configuration I see that the only relevant parameters are related to the 'index'. Maybe the ledgers GC can run into some memory spike ? Some long time of big usage of heap. I am going to study deeply the code and do some profiling but I would like to ask to the community if someone else as info about this topic. On the client side I think that only entries not yes fully processed could be retained and maybe some minimal info about the topology of the cluster. Am I right? Thanks Enrico -- -- Enrico Olivelli
