Re: [RFC 00/10] Reclaimable kernel stacks
From: Steven Rostedt
Date: Fri Aug 28 2026 - 12:09:45 EST
On Fri, 28 Aug 2026 16:45:00 +0200
Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
> I realized I actually have a Java thing, the kids have Minecraft, so I
> booted that up and I found all of 108 threads. Which is still kinda
> insane, but nowhere near the 1000s per app as claimed.
Have you looked at how many threads Chome uses?
$ ps -eLf|grep chrome | wc -l
930
Of course I probably have 900 tabs open :-p
-- Steve