GNU bug report logs - #26611
[PATCH] guix-daemon.service: bump amount of parallel threads up to 8192

Previous Next

Package: guix-patches;

Reported by: Sergei Trofimovich <slyfox <at> inbox.ru>

Date: Sat, 22 Apr 2017 17:34:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26611 in the body.
You can then email your comments to 26611 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#26611; Package guix-patches. (Sat, 22 Apr 2017 17:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sergei Trofimovich <slyfox <at> inbox.ru>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 22 Apr 2017 17:34:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sergei Trofimovich <slyfox <at> inbox.ru>
To: guix-patches <at> gnu.org
Cc: Sergei Trofimovich <slyfox <at> inbox.ru>
Subject: [PATCH] guix-daemon.service: bump amount of parallel threads up to
 8192
Date: Sat, 22 Apr 2017 18:33:03 +0100
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 <at> 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





Information forwarded to guix-patches <at> gnu.org:
bug#26611; Package guix-patches. (Sun, 23 Apr 2017 00:47:01 GMT) Full text and rfc822 format available.

Message #8 received at 26611 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Sergei Trofimovich <slyfox <at> inbox.ru>
Cc: 26611 <at> debbugs.gnu.org
Subject: Re: bug#26611: [PATCH] guix-daemon.service: bump amount of parallel
 threads up to 8192
Date: Sat, 22 Apr 2017 20:46:08 -0400
[Message part 1 (text/plain, inline)]
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

Thanks! I pushed the change as 644f95111cd3566b2136f935624a82210eec2c8a
after editing the commit message and code comment.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 23 Apr 2017 00:47:02 GMT) Full text and rfc822 format available.

Notification sent to Sergei Trofimovich <slyfox <at> inbox.ru>:
bug acknowledged by developer. (Sun, 23 Apr 2017 00:47:02 GMT) Full text and rfc822 format available.

Message #13 received at 26611-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: 26611-done <at> debbugs.gnu.org
Subject: Re: bug#26611: [PATCH] guix-daemon.service: bump amount of parallel
 threads up to 8192
Date: Sat, 22 Apr 2017 20:46:32 -0400
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 <at> 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
> 
> 
> 
> 




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 21 May 2017 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 28 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.