Aetopia / NoSteamWebHelper

A program that disables Steam's CEF/Chromium Embedded Framework.
GNU General Public License v3.0
123 stars 6 forks source link

Steam spawns "Sign into Steam" process #9

Closed MikeSim1 closed 10 months ago

MikeSim1 commented 10 months ago

Unsure if this is still being developed/maintained, but when I ran this it did indeed stop all the web helper processes, but Steam took it upon itself to spawn a "Sign Into Steam" process, which seems to be the amalgamation of all the web helper processes (or at least the memory usage of them). It only shows up when I run NoSteamWebHelper.exe and takes up ~500MB of RAM.

Aetopia commented 10 months ago

The program forces the CEF to confine itself to a single process. The RAM usage is practically the same as single/multi process.

As for the "Sign Into Steam" window, I am not sure what's spawning it.

MikeSim1 commented 10 months ago

Ahh, I misunderstood the goal of this then. Thought it mitigated the crazy RAM usage from Steam, thanks!