Re: System no longer distributes load to multiple cores for long running task

2020-09-23 Thread Gregorio .
You can manually set the CPU affinity (see taskset utility) to decide the core(s) where to run your process, even if it is already running. From: stan via devel Sent: Monday, September 21, 2020 9:06 PM To: ker...@lists.fedoraproject.org Cc: Development

System no longer distributes load to multiple cores for long running task

2020-09-21 Thread stan via devel
Hi, It's been a while (6 months?) since I ran a python program that uses a 100% cpu core for hours. The last time I ran it, the task would migrate from core to core to core, every second or so. I could see it doing so in the various tops. Now, it runs on only one core, and doesn't move. This