Just for experiment, and Fun... I am trying to create an app that can \"Purposely\" consume RAM as much as we specify immediately. e.g. I want to consume 512 MB RAM, then the ap
x = bytearray(1024*1024*1000)
Eats about 1GB of memory