mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Increase memory limit for dnsmasq (#1228)
* Increase memory limit for dnsmasq * Increase memory limit for dnsmasq further
This commit is contained in:
parent
8d23f715d7
commit
66681521c1
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
[Service]
|
[Service]
|
||||||
MemoryLimit=16777216
|
MemoryHigh=128M
|
||||||
|
MemoryMax=192M
|
||||||
CPUAccounting=true
|
CPUAccounting=true
|
||||||
CPUQuota=5%
|
CPUQuota=20%
|
||||||
|
|
Loading…
Add table
Reference in a new issue