From: Leo Famulari <leo@famulari.name>
To: 26611-done@debbugs.gnu.org
Subject: bug#26611: [PATCH] guix-daemon.service: bump amount of parallel threads up to 8192
Date: Sat, 22 Apr 2017 20:46:32 -0400 [thread overview]
Message-ID: <20170423004632.GD10153@jasmine> (raw)
In-Reply-To: <20170422173303.27222-1-slyfox@inbox.ru>
Closing!
On Sat, Apr 22, 2017 at 06:33:03PM +0100, Sergei Trofimovich wrote:
> Noticed original limit as a testsuite failure on go-1.8.1:
>
> ##### ../misc/cgo/test
> --- FAIL: Test18146 (2.93s)
> issue18146.go:121: syscall.Exec failed: exit status 2
> runtime/cgo: pthread_create failed: Resource temporarily unavailable
>
> * etc/guix-daemon.service.in: changed TasksMax from 1024 to 8192
>
> Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
> ---
> etc/guix-daemon.service.in | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/etc/guix-daemon.service.in b/etc/guix-daemon.service.in
> index ffe4cf9bd..2437a08f6 100644
> --- a/etc/guix-daemon.service.in
> +++ b/etc/guix-daemon.service.in
> @@ -13,7 +13,8 @@ StandardOutput=syslog
> StandardError=syslog
>
> # See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
> -TasksMax=1024
> +# go-1.8.1 testsuire requires more than 1024 tasks.
> +TasksMax=8192
>
> [Install]
> WantedBy=multi-user.target
> --
> 2.12.2
>
>
>
>
prev parent reply other threads:[~2017-04-23 0:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-22 17:33 bug#26611: [PATCH] guix-daemon.service: bump amount of parallel threads up to 8192 Sergei Trofimovich
2017-04-23 0:46 ` Leo Famulari
2017-04-23 0:46 ` Leo Famulari [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170423004632.GD10153@jasmine \
--to=leo@famulari.name \
--cc=26611-done@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).