Increase "TasksMax" in 'guix-daemon.service'.
* etc/guix-daemon.service.in (TasksMax): Increase to 8192. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
fd6ec6bd99
commit
644f95111c
|
@ -13,7 +13,9 @@ StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
|
|
||||||
# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
|
# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
|
||||||
TasksMax=1024
|
# Some package builds (for example, go@1.8.1) may require even more than
|
||||||
|
# 1024 tasks.
|
||||||
|
TasksMax=8192
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue