Update 2024-01-02 19:58 OpenBSD/amd64-x13
This commit is contained in:
parent
56244ec01a
commit
3a9baff49d
@ -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 \
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user