Hi, I ran into the same problem on a very powerful machine. In my case the congestion test was the problem. It finished by eating all of my 128Gb of RAM. This problem is known and fixed upstream by disabling the test. I submitted a patch to disable it on our 3.6.5 version, but it will have to go to core-updates if merged. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33186#26 Thanks, Mathieu Le mar. 6 nov. 2018 11:30, Eric Bavier a écrit : > On Thu, 1 Nov 2018 05:18:00 +0100 (CET) > wrote: > > > Hello, Guix Help! > > This is not working on Lenovo G50-30 everytime (already 3 times) > > > > # guix system reconfigure /etc/config.scm --substitute-urls= > https://berlin.guixsd.org > > building > /gnu/store/6c4g38n9fhvnlk2vasn34mdd6nvpgx8m-python-minimal-3.6.5.drv... > > -Killed > > > > While it is working: > > > > $ free -m > > total used free shared buff/cache > available > > Mem: 1882 777 322 72 > 782 1031 > > Swap: 2168 143 2024 > > > > > > I think it lacks resources: cpu 2.1GHz, RAM 2 Gb. When it crashes PC > stops on 15-20 seconds, mouse does not move, and then process is killed. > > What to try? > > > > I submitted this patch that I created while struggling with the same > package: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33284 > > Perhaps it might help you too? > > `~Eric >