LispWorks VIRT and RES memory size
I have an app that over the course of a day or so, grows to have a Virtual Image size (VIRT as reported by top on Linux) of 4 GB. The Resident size (RES) stabilizes around 150 MB. This doesn't occur with my other apps. Anyone have any idea why this might be? In practice, the app rarley grows to 4GB. It usually encounters some GC problem before then and becomes unresponsive. (At least it seems like a GC problem, not really sure :)) For those interested, at the 637m/126m point here's what room says: > Generation 7 allocated 33386600 > Generation 6 allocated 0 > Generation 5 allocated 0 > Generation 4 allocated 0 > Generation 3 allocated 53782624 > Generation 2 allocated 111635488 > Generation 1 allocated 175784 > Generation 0 allocated 4456296 Total allocation 203436792 (0xC2032F8), total size 352727040 (0x15063000) Cheers, Chris Dean