Closed
Description
I just received a top -H -n 1
from a container which only runs one SwiftNIO program which has too many ELGs. What I saw there is
342 root 20 0 27.311g 9.857g 48992 S 0.0 2.6 0:00.00 NIO-ELT-1-#28
343 root 20 0 27.311g 9.857g 48992 S 0.0 2.6 0:00.00 NIO-ELT-1-#28
344 root 20 0 27.311g 9.857g 48992 S 0.0 2.6 0:00.00 NIO-ELT-1-#28
345 root 20 0 27.311g 9.857g 48992 S 0.0 2.6 0:00.00 NIO-ELT-1-#28
346 root 20 0 27.311g 9.857g 48992 S 0.0 2.6 0:00.00 NIO-ELT-1-#28
see that the thread name NIO-ELT-1-#28
is repeated multiple times? That can't be right, the myGroupID
(1
in this case) should be increasing for every spawned MTELG.
Metadata
Metadata
Assignees
Labels
No labels