Update 2024-01-02 19:58 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-01-02 19:58:39 +01:00
parent 56244ec01a
commit 3a9baff49d
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,6 @@
--disable-in-process-stack-traces \
--no-service-autorun \
--no-experiments \
--enable-low-end-device-mode \
--use-gl=egl \
--disable-wayland-ime \
--enable-features=RunVideoCaptureServiceInBrowserProcess,WebUIDarkMode \

View File

@ -1,7 +1,8 @@
#!/bin/sh
for i in $@
do
RES="$(ps -x -o "comm vsz" | grep -Ei "^$i ")"
RES="$(ps -x -o "comm rss" | grep -Ei "^$i ")"
if [ ! -z "$RES" ]
then
echo "$RES" | xargs -n2 -I{} echo "Adding: {} KB"