My application requires 500-700 Mb RAM so I want to be able to have a low spec of 512 Mb RAM but since computers these days have lots of virtual memory, how will I be able to tell if as user is running with a low spec?
I had a neat way of determining memory shortage when loading the images and when it failed loading an image then i set a boolean to TRUE and knew inside the software that the user had too low memory.
But, since virtual memory means someone can sit with 128Mb RAM and 1Gb virtual memory, what should I do to prevent crawling app on sub standard users?