protonscr

Excessive RAM usage and threads; 1G RAM usage at rest and 46 non-kernel threads

steamopen Feature Requestreviewed
ValveSoftware/steam-for-linux#346 · opened 2012-12-24 by anadon · updated 2019-07-18 · 1 comments · github
Aanadon 2012-12-24 github

The steam client has several cleanup issues in the back end evident. One big one is excessive RAM usage when not performing any tasks. I'm also seeing many extra threads which are open and active, but should only be run periodically and could be moved to a single thread.

Also, thread names are fairly non-descript. There are over 15 "MainThrd"'s. I'm pretty sure there's only actualy one.

This many threads and high ram usage stresses the virtual memory, slub allocator, and CFS subsystems. It is also killing my machine's battery life.

Aanadon 2012-12-24 github

Nothing extracted yet.