summaryrefslogtreecommitdiff
path: root/sliceweasel
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-03-27 19:56:50 -0400
committerAndrew Cady <d@cryptonomic.net>2022-03-27 19:56:50 -0400
commit88e95dad71447b03ac95514da0fd281389dc9d7b (patch)
tree141c1ec445a13f989bcac57bcca4ca1e98b9cc1b /sliceweasel
parentbe326e580cb7a34634242e7408a99607231d9aa7 (diff)
working
Diffstat (limited to 'sliceweasel')
-rwxr-xr-xsliceweasel2
1 files changed, 1 insertions, 1 deletions
diff --git a/sliceweasel b/sliceweasel
index 7a0cae2..f9df2c8 100755
--- a/sliceweasel
+++ b/sliceweasel
@@ -9,7 +9,7 @@ IO_ROOT_DIR=$HOME/.cache/mozilla/firefox/
9group=/sys/fs/cgroup/user.slice/user-$(id -u).slice/firefox 9group=/sys/fs/cgroup/user.slice/user-$(id -u).slice/firefox
10join_group "$group" 10join_group "$group"
11set_max_ratio "$group" memory 1/2 11set_max_ratio "$group" memory 1/2
12set_max_ratio "$group" io 9/10 12set_max_ratio "$group" io 7/10
13exec firefox "$@" 13exec firefox "$@"
14 14
15 15