emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26611: closed ([PATCH] guix-daemon.service: bump a


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26611: closed ([PATCH] guix-daemon.service: bump amount of parallel threads up to 8192)
Date: Sun, 23 Apr 2017 00:47:02 +0000

Your message dated Sat, 22 Apr 2017 20:46:32 -0400
with message-id <address@hidden>
and subject line Re: bug#26611: [PATCH] guix-daemon.service: bump amount of 
parallel threads up to 8192
has caused the debbugs.gnu.org bug report #26611,
regarding [PATCH] guix-daemon.service: bump amount of parallel threads up to 
8192
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26611: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26611
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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 <address@hidden>
---
 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




--- End Message ---
--- Begin Message --- 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 User-agent: Mutt/1.8.2 (2017-04-18)
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 <address@hidden>
> ---
>  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
> 
> 
> 
> 


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]