[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: Add "TasksMax=1024" in 'guix-daemon.service'.
From: |
Ludovic Courtès |
Subject: |
01/07: Add "TasksMax=1024" in 'guix-daemon.service'. |
Date: |
Mon, 25 Apr 2016 21:35:31 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit f489ce3c9343e3ba9927645d11fcb91bb69f0fa7
Author: Ludovic Courtès <address@hidden>
Date: Mon Apr 25 14:49:58 2016 +0200
Add "TasksMax=1024" in 'guix-daemon.service'.
Suggested by Joram Schrijver <address@hidden>.
* etc/guix-daemon.service.in (TasksMax): New value.
---
etc/guix-daemon.service.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/etc/guix-daemon.service.in b/etc/guix-daemon.service.in
index 28ef000..fc7c811 100644
--- a/etc/guix-daemon.service.in
+++ b/etc/guix-daemon.service.in
@@ -11,5 +11,8 @@ RemainAfterExit=yes
StandardOutput=syslog
StandardError=syslog
+# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
+TasksMax=1024
+
[Install]
WantedBy=multi-user.target
- branch master updated (a800018 -> 5cd25aa), Ludovic Courtès, 2016/04/25
- 07/07: syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl., Ludovic Courtès, 2016/04/25
- 06/07: guix gc: Add '--free-space'., Ludovic Courtès, 2016/04/25
- 01/07: Add "TasksMax=1024" in 'guix-daemon.service'.,
Ludovic Courtès <=
- 04/07: syscalls: 'define-c-struct' computes the struct size., Ludovic Courtès, 2016/04/25
- 02/07: syscalls: Move code around [NFC]., Ludovic Courtès, 2016/04/25
- 03/07: syscalls: Second argument of packed-struct read is now optional., Ludovic Courtès, 2016/04/25
- 05/07: syscalls: Add 'statfs'., Ludovic Courtès, 2016/04/25