Accepting request 347820 from home:elvigia:branches:Apache
- systemd: Set TasksMax=infinity for current systemd releases. The default limit of 512 is too small and prevents the creation of new server processes. Apache has its own runtime/harcoded limits. OBS-URL: https://build.opensuse.org/request/show/347820 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=468
This commit is contained in:
parent
9e06c6a8de
commit
d02cd192bf
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 7 18:05:37 UTC 2015 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- systemd: Set TasksMax=infinity for current systemd releases.
|
||||||
|
The default limit of 512 is too small and prevents the creation of
|
||||||
|
new server processes. Apache has its own runtime/harcoded limits.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 3 10:00:28 UTC 2015 - pgajdos@suse.com
|
Thu Dec 3 10:00:28 UTC 2015 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@ ExecStart=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k start
|
|||||||
ExecReload=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful
|
ExecReload=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful
|
||||||
ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful-stop
|
ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful-stop
|
||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
|
TasksMax=infinity
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -12,6 +12,7 @@ ExecStart=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k start
|
|||||||
ExecReload=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful
|
ExecReload=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful
|
||||||
ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful-stop
|
ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful-stop
|
||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
|
TasksMax=infinity
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user