When I run my program from the IDE, it currently runs out of memory while pulling in the imports, before actually doing any work, so to speak. Admittedly, I pull in some modules that I wrote, not just “stdlib” like stuff. But if I copy/paste those exact initial import statements into a screen session, it survives. Some memory is being allocated differently from an IDE session than from a terminal session. I’m not sure which scenario more closely reflects what I should expect from a boot session (off main.py for example), but right now I’m focused on the fact that the IDE behaves differently than the terminal.
Thoughts?