Crash: repl process died unexpectedly: signal: killed
I am getting a crash when load testing 500,000 points (please see error below):
Number of points => 500000
X dimension => 250000
Y_dimension => 250000
"repl process died unexpectedly: signal: killed"
UniqueOstrich18
This happens when the system runs out of memory, and has to kill the program. Consider running it on your own computer, as repl.it only gives you 200MB of RAM.
KavanB
@UniqueOstrich18
How would I do that?
JaredLenton1
@KavanB
An app like Thonny, PyCharm etc.
pandahop
crashed running a rather big image through this steganography encoder / decoder tutorial:
https://docs.replit.com/tutorials/13-steganography
turns out it's an OOM error. using a smaller image worked.
ZacharyRude
I am going to show you that error: repl process died enexpectedly:
I was load testing. Very good. Thank you for the information.