Is it possible to specify max memory for a JVM more that the available system memory.
Say, I have a machine with 1 GB RAM and I want to run a JVM with max memory setting set to 2GB .
Will it work for an application that needs 2GB memory, any explanation or more information will be much appreciated.
Thank you!!