NabismoPrime on Nostr: That I'm not quite sure of, I am only seeing one PID using a live process monitoring ...
That I'm not quite sure of, I am only seeing one PID using a live process monitoring tool. I'm not explicitly using multiprocessing either, I'm using asyncio gather tasks to execute a couple hundred websocket connections in short succession. I fully expect the spike in memory just don't understand why it isn't releasing after the queries finish. I was under the impression that these would just create different threads unless calling a process pool executor.
https://github.com/UTXOnly/metadata_updater/blob/main/updater.py
https://github.com/UTXOnly/metadata_updater/blob/main/updater.py