On Mon November 9 2020 12:48:07 Dan Youngquist via tde-users wrote:
I did have SAK enabled. I disabled it, rebooted, and
the problem remains.
"ps ax | grep pid" should give a clue as to what that PID is doing.
From there you can use your favorite engine to search for further
clues.
For example on this box the busiest kworker is 297:
# ps ax | grep 297
297 ? I< 0:40 [kworker/u25:0-rb_allocator]
9478 pts/4 S+ 0:00 grep 297
#
--Mike