yes, I meant heap size - -Xmx is limiting the heap size but not the mmapped memory - to me it becomes a discussion about how many objects a java app can have at the same time and at what count of objects you might want to reconsider your design approach as well as do we really need to store everything in memory in objects all the time or is that just a result of OO and the developers not thinking outside of the box or lazyness?
On Thu, Jan 1, 2009 at 1:14 PM, 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 -~----------~----~----~----~------~----~------~--~---
