Hello, I was running the code as a Python script with lots of AIA images on a server, and it was occupying all the cores and making the server very slow.
I've been told that the red part is how much time is spent in the kernel rather than in the Python code itself. Could it be too many parallel jobs? Is there a way to run the code more efficiently so that it doesn't slow down the server?
