Current image is 66.212.444 now (with Glorp and GlorpDBX loaded and working with Postgresql native driver). Configuration now loading nicely and all, including preferences in a single shot. Cool stuff once it works. Phil On Tue, Nov 12, 2013 at 10:20 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
It seems that for each repository instance up to 512 (!) versions can be cached in memory (instance variable cache), including all their version info, full ancestry until the middle ages, and definitions, including source code and meta data, in the snapshot. This is really massive.
marcus is complaining about it since years :)
The package-cache already contains this data, non-parsed, I know.
Still, the in memory cache should be managed way better, using LRU or
something like that.