0
As much as the system give to your program, it's virtually enough but if you ask for memory that the system can't give you, you will get an error. You can make a program that eat your memory step by step (new array of 1Mo in a loop) until you get an out of memory exception. Just remember the system can be instable without memory. So the amount is specific for each machine.
3rd Nov 2016, 7:53 PM
Kabe