Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


Allocate memory python script

25 May 2023 »

https://stackoverflow.com/questions/6317818/eat-memory-using-python

python3 -c 'import time; x=bytearray(8*(1024**3)); time.sleep(5); print("ok");'