Do not limit service by default
This commit is contained in:
parent
90de9d5861
commit
6c6227919d
6 changed files with 8 additions and 6 deletions
|
@ -41,9 +41,15 @@ SystemCallErrorNumber=EPERM
|
|||
SystemCallFilter=@system-service
|
||||
|
||||
# Resources
|
||||
{% if php_fpm_cpu_quota is defined %}
|
||||
CPUQuota={{ php_fpm_cpu_quota }}
|
||||
{% endif %}
|
||||
{% if php_fpm_memory_high is defined %}
|
||||
MemoryHigh={{ php_fpm_memory_high }}
|
||||
{% endif %}
|
||||
{% if php_fpm_memory_max is defined %}
|
||||
MemoryMax={{ php_fpm_memory_max }}
|
||||
{% endif %}
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue