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 \
|
||||
--no-service-autorun \
|
||||
--no-experiments \
|
||||
--enable-low-end-device-mode \
|
||||
--use-gl=egl \
|
||||
--disable-wayland-ime \
|
||||
--enable-features=RunVideoCaptureServiceInBrowserProcess,WebUIDarkMode \
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user