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 \ --disable-in-process-stack-traces \
--no-service-autorun \ --no-service-autorun \
--no-experiments \ --no-experiments \
--enable-low-end-device-mode \
--use-gl=egl \ --use-gl=egl \
--disable-wayland-ime \ --disable-wayland-ime \
--enable-features=RunVideoCaptureServiceInBrowserProcess,WebUIDarkMode \ --enable-features=RunVideoCaptureServiceInBrowserProcess,WebUIDarkMode \

View File

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