Add firefox
This commit is contained in:
parent
421b87eb26
commit
1aba7f6b0d
@ -24,7 +24,7 @@ group chromium {
|
||||
|
||||
group java {
|
||||
cpu {
|
||||
cpu.shares = "2000";
|
||||
cpu.shares = "1000";
|
||||
}
|
||||
|
||||
memory {
|
||||
@ -32,3 +32,15 @@ group java {
|
||||
memory.soft_limit_in_bytes = "384M";
|
||||
}
|
||||
}
|
||||
|
||||
group firefox {
|
||||
cpu {
|
||||
cpu.shares = "2000";
|
||||
}
|
||||
|
||||
memory {
|
||||
memory.soft_limit_in_bytes = "3G";
|
||||
memory.limit_in_bytes = "4G";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -11,6 +11,8 @@
|
||||
pgrondek:/usr/bin/google-chrome cpu,memory chromium
|
||||
pgrondek:/home/pgrondek/bin/rambox cpu,memory chromium
|
||||
|
||||
pgrondek:/usr/bin/firefox cpu,memory firefox
|
||||
|
||||
pgrondek:/home/pgrondek/.sdkman/candidates/java/current/bin/java cpu,memory java
|
||||
pgrondek:/home/pgrondek/.sdkman/candidates/java/11.0.5.hs-adpt/bin/java cpu,memory java
|
||||
pgrondek:/home/pgrondek/.sdkman/candidates/java/11.0.6.hs-adpt/bin/java cpu,memory java
|
||||
|
Loading…
Reference in New Issue
Block a user