I always thought it weird that java was originally targetted for embedded. These don't typically use compacting collectors - combine this with limited memory and you are asking for fragmentation and out of memory conditions based on the dyamics of the runtime conditions. Nothing you can properly test for. Even you seem to have enough avail ram.
On Jan 2, 7:14 am, kirk <[email protected]> wrote: > > NIO virtual memory mapped is outside of the VM memory. > > Do you mean Java heap? 'cos, mmapeed memory is part of the process > space though not Java heap if that is what you meant. > > Regards, > Kirk --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
