aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-05-20 08:08:34 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-05-20 08:08:34 -0400
commit7c5fcbf3d17d771f1420264b4fc5c43ade38e726 (patch)
treeed90ec0fb7417a61aab50ddc08d8357133c43d64 /README.md
parentonionshare-gui.profile: fix breakage (diff)
downloadfirejail-7c5fcbf3d17d771f1420264b4fc5c43ade38e726.tar.gz
firejail-7c5fcbf3d17d771f1420264b4fc5c43ade38e726.tar.zst
firejail-7c5fcbf3d17d771f1420264b4fc5c43ade38e726.zip
--oom (#5122)
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 23945a696..9b570d0bd 100644
--- a/README.md
+++ b/README.md
@@ -221,6 +221,18 @@ Milestone page: https://github.com/netblue30/firejail/milestone/1
221 $ firejail --private --tab 221 $ firejail --private --tab
222``` 222```
223 223
224### Kernel OutOfMemory-killer
225`````
226 --oom=value
227 Configure kernel's OutOfMemory-killer score for this sandbox.
228 The acceptable score values are between 0 and 1000 for regular
229 users, and -1000 to 1000 for root. For more information on OOM
230 kernel feature see man choom.
231
232 Example:
233 $ firejail --oom=300 firefox
234`````
235
224### Profile Statistics 236### Profile Statistics
225 237
226A small tool to print profile statistics. Compile and install as usual. The tool is installed in /usr/lib/firejail directory. 238A small tool to print profile statistics. Compile and install as usual. The tool is installed in /usr/lib/firejail directory.