As far as I know, in .NET you can use as much memory as you want, there is 
no hard limit (by .NET process). So it can be done, Java's GCcurrent 
implementations simply doesn't allow it. Also, only the SerialGC will 
de-commit not used pages. All the other GC will never release memory even if 
not used.
 
Jan

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/javaposse/-/KQ3WWUvP_fMJ.
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.

Reply via email to