Documenting somewhere that I had a major problem when trying to import code that I used with pythonanywhere, flask, and the 'coloredlogs' module. The method coloredlogs.install() caused a ton of issues that made it seem like monstrous amounts of RAM were being used that weren't - mostly because of an errant log file.
I was getting errors such as the following:
2018-09-12 15:35:13 DAMN ! worker 1 (pid: 14) died, killed by signal 9 :( trying respawn ...
2018-09-12 15:35:13 Respawned uWSGI worker 1 (new pid: 17)
2018-09-12 15:35:13 spawned 2 offload threads for uWSGI worker 1
But nothing related to "HARIKIRI".
Recommendation from the support staff was to try disabling coloredlogs, which fixed many of my issues.