ValveSoftware / steam-for-linux

Issue tracking for the Steam for Linux beta client
4.19k stars 173 forks source link

Steam client greedy to resources #6802

Open coozoo opened 4 years ago

coozoo commented 4 years ago

Your system information

Please describe your issue in as much detail as possible:

Steam client consumes a lot of RAM almost 1GB. It's a lot for webstore(socialnetwork), chat and game launcher. There is no possibility to reduce memory consumption even when you logged out from chat and your steam minimized to tray it is still active some steamwebhelper processes that consume memory.

It should be some possibility to reduce memory, I want to just a play my game.

Steps for reproducing this issue:

  1. Execute $ echo $(( $(ps aux|grep steam|awk {'print $6;'}|paste -sd+ | bc) /1024 )) MB 1154 MB
Zamundaaa commented 4 years ago

Hmm, my Steam client "only" takes 644MB of RAM

coozoo commented 4 years ago

@Zamundaaa maybe size caused by "Fedora distro", actually I didn't check but suppose that maybe on ubuntu it uses shared libraries but for fedora they're somehow "bottled". But anyway it doesn't change the fact that despite you logout from chat minimize your client none of this object memory reduced.

Just realized that it's good to have list of processes, cause previously I've provided size only

$ echo  $(( $(ps aux|grep steam|awk {'print $6;'}|paste -sd+ | bc) /1024 )) MB
1114 MB
$ ps aux|grep steam
happine+ 30711  0.0  0.0 218660  3644 ?        S    00:07   0:00 /usr/bin/bash /usr/bin/steam
happine+ 30729  0.0  0.0 218792  3860 ?        S    00:07   0:00 bash /home/happiness/.local/share/Steam/steam.sh
happine+ 30936  9.2  0.7 635960 162048 ?       Sl   00:07   0:07 /home/happiness/.local/share/Steam/ubuntu12_32/steam
happine+ 30942  0.0  0.1 136712 26940 ?        Ss   00:07   0:00 /home/happiness/.local/share/Steam/ubuntu12_32/steam
happine+ 30943  0.0  0.0 218676  3596 ?        S    00:07   0:00 /bin/bash /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper.sh -lang=en_US -cachedir=/home/happiness/.local/share/Steam/config/htmlcache -steampid=30936 -buildid=1576550254 -steamid=0 -steamuniverse=Public -clientui=/home/happiness/.local/share/Steam/clientui --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --enable-media-stream --enable-smooth-scrolling --disable-accelerated-video-decode --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt
happine+ 30954  5.6  0.6 754996 128284 ?       Sl   00:07   0:04 ./steamwebhelper -lang=en_US -cachedir=/home/happiness/.local/share/Steam/config/htmlcache -steampid=30936 -buildid=1576550254 -steamid=0 -steamuniverse=Public -clientui=/home/happiness/.local/share/Steam/clientui --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --enable-media-stream --enable-smooth-scrolling --disable-accelerated-video-decode --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt
happine+ 30958  0.0  0.2 445544 48056 ?        S    00:07   0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=zygote --no-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8
happine+ 30970  7.2  0.6 601564 141448 ?       Sl   00:07   0:05 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=gpu-process --field-trial-handle=7975560464605026202,17365102877775963768,131072 --disable-features=OutOfBlinkCors --no-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --gpu-preferences=KAAAAAAAAAAhAAAgAAAAAAAAYAAAAAAAEAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAA --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --service-request-channel-token=5655289148438704911
happine+ 30980  3.4  0.3 552996 79176 ?        SLl  00:07   0:02 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=utility --field-trial-handle=7975560464605026202,17365102877775963768,131072 --disable-features=OutOfBlinkCors --lang=en-US --service-sandbox-type=network --no-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --service-request-channel-token=1046324541615631935 --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
happine+ 31079 23.6  1.0 877740 213076 ?       Sl   00:07   0:16 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --no-sandbox --disable-accelerated-video-decode --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=7975560464605026202,17365102877775963768,131072 --disable-features=OutOfBlinkCors --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=13509196123192726028 --renderer-client-id=5 --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
happine+ 31108  7.9  0.6 1875096 140756 ?      Sl   00:07   0:05 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --no-sandbox --disable-accelerated-video-decode --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=7975560464605026202,17365102877775963768,131072 --disable-features=OutOfBlinkCors --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=12249217488161606696 --renderer-client-id=7 --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
happine+ 31119  3.0  0.6 1840656 126740 ?      Sl   00:07   0:02 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --no-sandbox --disable-accelerated-video-decode --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=7975560464605026202,17365102877775963768,131072 --disable-features=OutOfBlinkCors --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=17214736206325759847 --renderer-client-id=9 --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
happine+ 31167  0.0  0.2 751668 53356 ?        Sl   00:07   0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=utility --field-trial-handle=7975560464605026202,17365102877775963768,131072 --disable-features=OutOfBlinkCors --lang=en-US --service-sandbox-type=audio --no-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --service-request-channel-token=1582184817291004596 --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
happine+ 31300  0.0  0.0 217840   876 pts/1    S+   00:08   0:00 grep --color=auto steam
Nayr438 commented 4 years ago

1.2GB here at the time of this post on Manjaro.

hyiltiz commented 4 years ago

886 MB in Debian testing after a fresh restart of the OS and newly opened Steam (no game started yet).

coozoo commented 4 years ago

Oh actually bought Syberia3 that works only under windows. So installed it on wine and found out that windows version even worst.. It's just started windows steam with logged out from chat...

$ echo $(( $(ps aux|grep -i prog|grep -i steam|awk {'print $6;'}|paste -sd+ | bc) /1024 )) MB 1343 MB

SirBubbles commented 3 years ago

Still ongoing here, noticing the same issue under Manjaro. Please give us some insights as to the cause, or at least some update.

BloodyIron commented 3 years ago

STEAM just sitting idle, consuming 13.7% of my CPU with "cef_log.txt". Windows aren't even open. WTF is it even doing besides keeping my CPU warm? COME ON VALVe.

kochd commented 2 years ago
rm /home/$USER/.steam/logs/cef_log.txt
ln -s /dev/null /home/$USER/.steam/logs/cef_log.txt

CPU usage is gone

BloodyIron commented 2 years ago

Surely cef_log.txt actually performs a function for steam/VALVe. linking it to /dev/null isn't a solution. We need VALVe to act on this.

BloodyIron commented 2 years ago

And just to clarify the cef_log.txt file still gets pretty active for me for CPU usage.

hyiltiz commented 2 years ago

I blacklist a large list of files by linked the paths to /dev/null since steam pulls so many extra stuff. The practice works well with some games too, esp. those that download (and keep!) weekly promo posters; those animating high-res textures and looped soundtracks quickly pile up to take up too much space. It also makes loading the game much faster.

coozoo commented 1 year ago

it's getting worse and worse. after recent updates it can goes up to 3 GB freshly launched client more than 1.5 GB

Freshly launched client

$ echo  $(( $(ps aux|grep steam|awk {'print $6;'}|paste -sd+ | bc) /1024 )) MB
1647 MB

after about 6 hours, none of games played, basically did nothing just few conversations in chat and memory footprint 2 GB

$ echo  $(( $(ps aux|grep steam|awk {'print $6;'}|paste -sd+ | bc) /1024 )) MB
2003 MB

it is horrible.... and unacceptable....

coozoo commented 1 year ago

really it's not a joke, after some disconnection of steam client (keep in mind it's not internet disconnection)

the main window and chat were automatically unminimized from tray (it's another story about bad behaviour window managment)

and my memory was filled up by steam more than 14GB by one application


$ echo  $(( $(ps aux|grep steam|awk {'print $6;'}|paste -sd+ | bc) /1024 )) MB
14699 MB
$ ps aux|grep steam
yuriyku+  313667 56.9 41.0 20244512 13442284 ?   Sl   Jul29 1183:13 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=23 --shared-files=v8_snapshot_data:100
yuriyku+ 1014511  0.0  0.0 223640  1616 ?        S    Jul25   0:00 bash /home/yuriykuzin/.local/share/Steam/steam.sh
yuriyku+ 1015572  2.1  0.2 819052 69652 ?        Sl   Jul25 185:27 /home/yuriykuzin/.local/share/Steam/ubuntu12_32/steam
yuriyku+ 1901602 37.5  0.4 860564 136964 ?       Sl   Jul30 269:48 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=gpu-process --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --buildid=1689034492 --steamid=76561198033268776 --gpu-preferences=MAAAAAAAAAAgAAAQAAAAAAAAAAAAAAAAAABgAAAAAAAQAAAAAAAAAAAAAAAAAAAACAAAAAAAAAA= --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --shared-files
yuriyku+ 1911198  1.2  0.3 1767292 111880 ?      Ssl  Jul28  53:35 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --disable-seccomp-filter-sandbox -lang=en_US -cachedir=/home/yuriykuzin/.local/share/Steam/config/htmlcache -steampid=1015572 -buildid=1689034492 -steamid=76561198033268776 -logdir=/home/yuriykuzin/.local/share/Steam/logs -uimode=7 -startcount=1 -steamuniverse=Public -realm=Global -clientui=/home/yuriykuzin/.local/share/Steam/clientui -steampath=/home/yuriykuzin/.local/share/Steam/ubuntu12_32/steam -launcher=0 --enable-media-stream --enable-smooth-scrolling --password-store=basic --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --disable-quick-menu --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging
yuriyku+ 1911975  0.0  0.0 471724 10880 ?        S    Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=zygote --no-zygote-sandbox --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --widevine-cdm-path=/home/yuriykuzin/.local/share/Steam/config/widevine/linux-x64 --buildid=1689034492 --steamid=76561198033268776
yuriyku+ 1911976  0.0  0.0 471724 11264 ?        S    Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=zygote --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --widevine-cdm-path=/home/yuriykuzin/.local/share/Steam/config/widevine/linux-x64 --buildid=1689034492 --steamid=76561198033268776
yuriyku+ 1911978  0.0  0.0 471724  5816 ?        S    Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=zygote --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --widevine-cdm-path=/home/yuriykuzin/.local/share/Steam/config/widevine/linux-x64 --buildid=1689034492 --steamid=76561198033268776
yuriyku+ 1912011  0.0  0.1 546476 37736 ?        Sl   Jul28   0:10 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=utility --utility-sub-type=network.mojom.NetworkService --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --lang=en-US --service-sandbox-type=network --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --buildid=1689034492 --steamid=76561198033268776 --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --shared-files=v8_snapshot_data:100
yuriyku+ 1912023 20.9  2.4 10075824 814832 ?     Sl   Jul28 923:33 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=4 --shared-files=v8_snapshot_data:100
yuriyku+ 1912029  0.0  0.0 4784356 22960 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=5 --shared-files=v8_snapshot_data:100
yuriyku+ 1912030  0.0  0.0 4784356 23292 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=6 --shared-files=v8_snapshot_data:100
yuriyku+ 1912062  0.0  0.0 4784356 23460 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=7 --shared-files=v8_snapshot_data:100
yuriyku+ 1912063  0.0  0.0 4784356 23224 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=8 --shared-files=v8_snapshot_data:100
yuriyku+ 1912090  0.0  0.0 4784356 23248 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=9 --shared-files=v8_snapshot_data:100
yuriyku+ 1912091  0.0  0.0 4784356 23232 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=10 --shared-files=v8_snapshot_data:100
yuriyku+ 1912099  0.0  0.0 4784356 23200 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=11 --shared-files=v8_snapshot_data:100
yuriyku+ 1912129  0.0  0.0 4784356 23212 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=12 --shared-files=v8_snapshot_data:100
yuriyku+ 1912130  0.0  0.0 4784356 23296 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=13 --shared-files=v8_snapshot_data:100
yuriyku+ 1912138  0.0  0.0 4784356 22984 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=14 --shared-files=v8_snapshot_data:100
yuriyku+ 1912170  0.0  0.0 4784356 23140 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=15 --shared-files=v8_snapshot_data:100
yuriyku+ 1912173  0.0  0.0 4784356 23308 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=16 --shared-files=v8_snapshot_data:100
yuriyku+ 1912178  0.0  0.0 4784356 22728 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=17 --shared-files=v8_snapshot_data:100
yuriyku+ 1912209  0.0  0.0 4784356 23060 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=18 --shared-files=v8_snapshot_data:100
yuriyku+ 1912213  0.0  0.0 4784356 23052 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=19 --shared-files=v8_snapshot_data:100
yuriyku+ 1912216  0.0  0.0 4784356 23516 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=20 --shared-files=v8_snapshot_data:100
yuriyku+ 1912248  0.0  0.0 4784356 23360 ?       Sl   Jul28   0:00 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=21 --shared-files=v8_snapshot_data:100
yuriyku+ 1912370  0.0  0.0 582312 14976 ?        Sl   Jul28   0:06 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=utility --utility-sub-type=audio.mojom.AudioService --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --lang=en-US --service-sandbox-type=audio --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --buildid=1689034492 --steamid=76561198033268776 --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --shared-files=v8_snapshot_data:100
yuriyku+ 2735251  0.0  0.0 222584  2464 pts/20   S+   10:22   0:00 grep --color=auto steam

you can see mostly it's one process

$ ps aux|grep steam|grep 313667
yuriyku+  313667 56.8 41.0 20281376 13436996 ?   Sl   Jul29 1185:41 /home/yuriykuzin/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --field-trial-handle=6064723763914981015,1793264268350249747,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/yuriykuzin/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1689034492 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=23 --shared-files=v8_snapshot_data:100
coozoo commented 12 months ago

holly cow My laptop became slow I've tried as usual to find some huge process consuming memory, sorted process but nothing strange (excluding two half gigs from steam). But then I've executed

$ echo  $(( $(ps aux|grep steam|awk {'print $6;'}|paste -sd+ | bc) /1024 )) MB
6597 MB

almost 7GB by steam filter and no huge process and everything terribly slow hm

let's try to count processes

$ ps aux|grep steam|wc -l
85

What the freck is this it's damn 85 processes I even made this section hidden you can expand it below

```bash $ ps aux|grep steam happine+ 36609 0.0 0.0 223644 2420 tty1 S+ Aug17 0:00 bash /home/happiness/.local/share/Steam/steam.sh happine+ 36829 3.2 0.4 1076628 83220 tty1 Sl+ Aug17 394:19 /home/happiness/.local/share/Steam/ubuntu12_32/steam happine+ 833550 5.3 1.6 1434464 327784 ? Ssl 03:03 0:09 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --disable-seccomp-filter-sandbox -lang=en_US -cachedir=/home/happiness/.local/share/Steam/config/htmlcache -steampid=36829 -buildid=1690583737 -steamid=76561198033268776 -logdir=/home/happiness/.local/share/Steam/logs -uimode=7 -startcount=3 -steamuniverse=Public -realm=Global -clientui=/home/happiness/.local/share/Steam/clientui -steampath=/home/happiness/.local/share/Steam/ubuntu12_32/steam -launcher=0 --enable-media-stream --enable-smooth-scrolling --password-store=basic --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --disable-quick-menu --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging happine+ 833642 0.0 0.2 472152 56704 ? S 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=zygote --no-zygote-sandbox --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --widevine-cdm-path=/home/happiness/.local/share/Steam/config/widevine/linux-x64 --buildid=1690583737 --steamid=76561198033268776 happine+ 833643 0.0 0.2 472152 56704 ? S 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=zygote --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --widevine-cdm-path=/home/happiness/.local/share/Steam/config/widevine/linux-x64 --buildid=1690583737 --steamid=76561198033268776 happine+ 833645 0.0 0.0 472152 14620 ? S 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=zygote --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --widevine-cdm-path=/home/happiness/.local/share/Steam/config/widevine/linux-x64 --buildid=1690583737 --steamid=76561198033268776 happine+ 833661 1.4 0.7 943628 157720 ? Sl 03:03 0:02 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=gpu-process --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --buildid=1690583737 --steamid=76561198033268776 --gpu-preferences=MAAAAAAAAAAgAAAQAAAAAAAAAAAAAAAAAABgAAAAAAAQAAAAAAAAAAAAAAAAAAAACAAAAAAAAAA= --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --shared-files happine+ 833685 0.7 0.4 542472 99900 ? Sl 03:03 0:01 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=utility --utility-sub-type=network.mojom.NetworkService --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --lang=en-US --service-sandbox-type=network --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --lang=en_US.UTF-8 --buildid=1690583737 --steamid=76561198033268776 --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --shared-files=v8_snapshot_data:100 happine+ 833699 0.0 0.3 4784916 72940 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=4 --shared-files=v8_snapshot_data:100 happine+ 833703 0.0 0.3 4784916 73124 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=5 --shared-files=v8_snapshot_data:100 happine+ 833706 0.0 0.3 4784916 73260 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=6 --shared-files=v8_snapshot_data:100 happine+ 833712 0.0 0.3 4784916 73040 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=7 --shared-files=v8_snapshot_data:100 happine+ 833720 0.0 0.3 4784916 73272 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=8 --shared-files=v8_snapshot_data:100 happine+ 833726 0.0 0.3 4784916 73676 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=9 --shared-files=v8_snapshot_data:100 happine+ 833732 0.0 0.3 4784916 73328 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=10 --shared-files=v8_snapshot_data:100 happine+ 833739 0.0 0.3 4784916 73276 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=11 --shared-files=v8_snapshot_data:100 happine+ 833744 0.0 0.3 4784916 73376 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=12 --shared-files=v8_snapshot_data:100 happine+ 833755 0.0 0.3 4784916 73388 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=13 --shared-files=v8_snapshot_data:100 happine+ 833760 0.0 0.3 4784916 73620 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=14 --shared-files=v8_snapshot_data:100 happine+ 833769 5.9 2.0 5195456 409472 ? Sl 03:03 0:10 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=15 --shared-files=v8_snapshot_data:100 happine+ 833772 0.0 0.3 4784916 73216 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=16 --shared-files=v8_snapshot_data:100 happine+ 833779 0.0 0.3 4784916 73140 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=17 --shared-files=v8_snapshot_data:100 happine+ 833784 0.0 0.3 4784916 73072 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=18 --shared-files=v8_snapshot_data:100 happine+ 833790 0.0 0.3 4784916 73036 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=19 --shared-files=v8_snapshot_data:100 happine+ 833797 0.0 0.3 4784916 73188 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=20 --shared-files=v8_snapshot_data:100 happine+ 833798 0.0 0.3 4784916 73256 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=21 --shared-files=v8_snapshot_data:100 happine+ 833804 0.0 0.3 4784916 73388 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=22 --shared-files=v8_snapshot_data:100 happine+ 833813 0.0 0.3 4784916 73188 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=23 --shared-files=v8_snapshot_data:100 happine+ 833815 0.0 0.3 4784916 73356 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=24 --shared-files=v8_snapshot_data:100 happine+ 833820 0.0 0.3 4784916 73272 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=25 --shared-files=v8_snapshot_data:100 happine+ 833826 0.0 0.3 4784916 73520 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=26 --shared-files=v8_snapshot_data:100 happine+ 833837 0.0 0.3 4784916 73120 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=27 --shared-files=v8_snapshot_data:100 happine+ 833850 0.0 0.3 4784916 73404 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=28 --shared-files=v8_snapshot_data:100 happine+ 833852 0.0 0.3 4784916 73252 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=29 --shared-files=v8_snapshot_data:100 happine+ 833858 0.0 0.3 4784916 73256 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=30 --shared-files=v8_snapshot_data:100 happine+ 833865 0.0 0.3 4784916 73272 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=31 --shared-files=v8_snapshot_data:100 happine+ 833874 0.0 0.3 4784916 73128 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=32 --shared-files=v8_snapshot_data:100 happine+ 833880 0.0 0.3 4784916 73048 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=33 --shared-files=v8_snapshot_data:100 happine+ 833886 0.0 0.3 4784916 73436 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=34 --shared-files=v8_snapshot_data:100 happine+ 833891 0.0 0.3 4784916 73316 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=35 --shared-files=v8_snapshot_data:100 happine+ 833898 0.0 0.3 4784916 73392 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=36 --shared-files=v8_snapshot_data:100 happine+ 833903 0.0 0.3 4784916 73368 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=37 --shared-files=v8_snapshot_data:100 happine+ 833908 0.0 0.3 4784916 73260 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=38 --shared-files=v8_snapshot_data:100 happine+ 833910 0.0 0.3 4784916 73000 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=39 --shared-files=v8_snapshot_data:100 happine+ 833922 0.0 0.3 4784916 73376 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=40 --shared-files=v8_snapshot_data:100 happine+ 833927 0.0 0.3 4784916 73520 ? Sl 03:03 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=41 --shared-files=v8_snapshot_data:100 happine+ 834193 0.0 0.3 4784916 73352 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=42 --shared-files=v8_snapshot_data:100 happine+ 834194 0.0 0.3 4784916 73240 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=43 --shared-files=v8_snapshot_data:100 happine+ 834198 0.0 0.3 4784916 73048 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=44 --shared-files=v8_snapshot_data:100 happine+ 834202 0.0 0.3 4784916 73432 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=45 --shared-files=v8_snapshot_data:100 happine+ 834206 0.0 0.3 4784916 73172 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=46 --shared-files=v8_snapshot_data:100 happine+ 834210 0.0 0.3 4784916 73476 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=47 --shared-files=v8_snapshot_data:100 happine+ 834214 0.0 0.3 4784916 73128 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=48 --shared-files=v8_snapshot_data:100 happine+ 834219 0.0 0.3 4784916 73064 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=49 --shared-files=v8_snapshot_data:100 happine+ 834229 0.0 0.3 4784916 73340 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=50 --shared-files=v8_snapshot_data:100 happine+ 834238 0.0 0.3 4784916 73112 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=51 --shared-files=v8_snapshot_data:100 happine+ 834260 0.0 0.3 4784916 73056 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=52 --shared-files=v8_snapshot_data:100 happine+ 834266 0.0 0.3 4784916 73320 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=53 --shared-files=v8_snapshot_data:100 happine+ 834274 0.0 0.3 4784916 73048 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=54 --shared-files=v8_snapshot_data:100 happine+ 834280 0.0 0.3 4784916 73560 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=55 --shared-files=v8_snapshot_data:100 happine+ 834338 0.0 0.3 4784916 73316 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=56 --shared-files=v8_snapshot_data:100 happine+ 834344 0.0 0.3 4784916 73008 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=57 --shared-files=v8_snapshot_data:100 happine+ 834345 0.0 0.3 4784916 73392 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=58 --shared-files=v8_snapshot_data:100 happine+ 834349 0.0 0.3 4784916 72792 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=59 --shared-files=v8_snapshot_data:100 happine+ 834353 0.0 0.3 4784916 73296 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=60 --shared-files=v8_snapshot_data:100 happine+ 834357 0.0 0.3 4784916 73144 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=61 --shared-files=v8_snapshot_data:100 happine+ 834358 0.0 0.3 4784916 73400 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=62 --shared-files=v8_snapshot_data:100 happine+ 834359 0.0 0.3 4784916 73400 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=63 --shared-files=v8_snapshot_data:100 happine+ 834360 0.0 0.3 4784916 73280 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=64 --shared-files=v8_snapshot_data:100 happine+ 834361 0.0 0.3 4784916 73272 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=65 --shared-files=v8_snapshot_data:100 happine+ 834372 0.0 0.3 4784916 73264 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=66 --shared-files=v8_snapshot_data:100 happine+ 834373 0.0 0.3 4784916 73400 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=67 --shared-files=v8_snapshot_data:100 happine+ 834374 0.0 0.3 4784916 73396 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=68 --shared-files=v8_snapshot_data:100 happine+ 834375 0.0 0.3 4784916 73304 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=69 --shared-files=v8_snapshot_data:100 happine+ 834428 0.0 0.3 4784916 73220 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=70 --shared-files=v8_snapshot_data:100 happine+ 834429 0.0 0.3 4784916 73252 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=71 --shared-files=v8_snapshot_data:100 happine+ 834441 0.0 0.3 4784916 73388 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=72 --shared-files=v8_snapshot_data:100 happine+ 834486 0.0 0.3 4784916 73288 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=73 --shared-files=v8_snapshot_data:100 happine+ 834507 0.0 0.3 4784916 73716 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=74 --shared-files=v8_snapshot_data:100 happine+ 834517 0.0 0.3 4784916 73032 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=75 --shared-files=v8_snapshot_data:100 happine+ 834526 0.0 0.3 4784916 73536 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=76 --shared-files=v8_snapshot_data:100 happine+ 834527 0.0 0.3 4784916 73588 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=77 --shared-files=v8_snapshot_data:100 happine+ 834537 0.0 0.3 4784916 73172 ? Sl 03:04 0:00 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=78 --shared-files=v8_snapshot_data:100 happine+ 834844 1.3 0.5 4864428 121072 ? Sl 03:04 0:02 /home/happiness/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer --disable-seccomp-filter-sandbox --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --field-trial-handle=5350116565145299525,10135509755816391657,131072 --enable-features=CastMediaRouteProvider --disable-features=SameSiteByDefaultCookies --enable-blink-features=ResizeObserver,Worklet,AudioWorklet --disable-blink-features=Badging --lang=en-US --log-file=/home/happiness/.local/share/Steam/logs/cef_log.txt --product-version=Valve Steam Client --buildid=1690583737 --steamid=76561198033268776 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=79 --shared-files=v8_snapshot_data:100 happine+ 835496 0.0 0.0 222584 2328 pts/8 S+ 03:06 0:00 grep --color=auto steam ```

85 process with the size 72MB I'm afraid it's deserved its own bug...

you can see my steam has been launched about 5-6 days ago and then at some moment "wonder" happened

killall steam and my laptop back to life

BloodyIron commented 12 months ago

Yeah those look like they are zombie processes, not being properly killed. I've been running STEAM for longer periods than that and haven't seen the same symptoms as yourself.

I'd also like to point out that using 1.5GB when launching an application as feature-rich as STEAM is plenty commonplace in the modern application reasonable expectations regards. Not only for how much it's presenting to you visually, but all that it's doing behind the scenes too.

I just launched htop and filtered for "cef_log" to check CPU usage now relative to back in 2021, and the "cef_log" usage issue stopped long ago, and isn't present for me right now.

As for your circumstance @coozoo the zombie processes and such sure is something noteworthy. But it makes me think the issue may be coming from somewhere else. I myself use Ubuntu and am currently on 23.04, and maybe there's something going on with your Fedora install (or version) that is influencing the difference in outcomes. Maybe see what the behaviour is like on an Ubuntu system?

coozoo commented 12 months ago

@BloodyIron I don't think it's system related even more all of this usually present on windows, just windows users usually less care about this because there is lot of other processes that consumes their memory and CPU time.

And what I've described just has been happened once. Again I had recently disconnection and steam window "pop-up"ed automatically together with the chat (during 6 days I had maybe dozen of them) . despite like previous times (it's not always) it was created one huge process this time it was lot of small.

Rather than system related I think it is more related to holly random and developers hands... as much as they don't care to fix small problems they introducing new features and making everything worse and worse...

BloodyIron commented 12 months ago

I think you should try other distros before you start placing blame. I, and many others, do not have this problem.

coozoo commented 12 months ago

I think you should try other distros before you start placing blame. I, and many others, do not have this problem.

I'm not "placing blame". I've just opened bug and bug is a bug nothing more. Steam claiming to be cross-platform means any distro should be nice, not just some.

BTW story maybe 5-7 years ago, I had old PC with win7 and 4GB RAM and I've used to play tombraider there without a problem, after upgrading to new chrome based steam it started to ate more than 1 GB memory under dearest windows and sure tombraider wasn't playable anymore... As well I've asked a friend to check recently his steam client size and all processes under windows 10 were more than 1GB. And he said he's just closing everyday otherwise it became slow as hell. Distro problem? I don't think so.

Yes there is some flags when you feed them into command line steam after start fits under 1GB but just when you start using it grows in few hours.

brauliobo commented 6 months ago
rm /home/$USER/.steam/logs/cef_log.txt
ln -s /dev/null /home/$USER/.steam/logs/cef_log.txt

Updated this with

rm /home/$USER/.local/share/Steam/logs/cef_log.txt && ln -sf /dev/null /home/$USER/.local/share/Steam/logs/cef_log.txt

But still cef_log process is taking 40% of an cpu core (see screenshot below)

Is it possible to disable it?

image

rehhouari commented 5 months ago

1.4GB idle on Arch Low performance mode on Low bandwidth mode on Disable community content on GPU acceleration off Even with window minimized, or when using mini library. no change.

Bring back -no-browser option

image