@Tubsta curious to hear a postmortem report on that + how it runs on FreeBSD. Can’t say I’ve ever hit that issue before. (While I really wish Linux would adopt jemalloc, I rather doubt that’s to blame..)
@ianthetechie@feld I can confirm that #Python on #FreeBSD behaves as one would expect. It consumes all RAM (with #ZFS releasing ARC as expected) and then dips into swap. As soon as Python releases memory after the ingestion routine, the swap is purged to near zero and the RAM then becomes available (and used) by the system. Far more predictable and reliable.
If you have big, vertical workloads, FreeBSD is where it is at.