Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Jason Tubnor 🇦🇺 (tubsta@soc.feditime.com)'s status on Monday, 14-Apr-2025 09:23:31 JST Jason Tubnor 🇦🇺
Memory management on #Linux is a bit borked. I tried to ingest 4GB of records from a file into a list (array) with #Python. Instead of the machine releasing RAM, it decided just to use swap and before I knew it, swapped was consumed and the Python process fell over.
I'll move the workload over to one of my #FreeBSD lab hosts tonight and re-run the script.