Following up on my own email: > locks: Nr 44 Mem 1K thread-ctxts: Nr 110 Mem 82K ... > > I don't guarantee (yet) that this statistics is correct (in fact, > I know there's still some problems in the book keeping: there should > be at least 96K for threads (main + awt threads each take 32K, > gc + finalizer thread each take now 16K), but I think the ballpark > numbers are about right. > The main thread of course doesn't need a stack. So we allocate 32K for the awt threads, 16K for both finalizer and gc, makes 64K and the rest missing to 82K could well be little stuff such as jmutexes that at this point are allocated with the same allocation type. - Godmar