[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#38167: guix pull takes over 8 GiB of memory to finish if there are n
From: |
Ludovic Courtès |
Subject: |
bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes |
Date: |
Sun, 29 Dec 2019 23:41:42 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hey Danny,
Danny Milosavljevic <address@hidden> skribis:
> [pid 19221] mmap(0x7fb3f2d48000, 65536, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb3f2d28000
> [pid 19221] mmap(0x7fb3f2d38000, 65536, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb3f2d18000
> [pid 19221] mmap(0x7fb3f2d28000, 8388608, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb3f2518000
> [pid 19221] mmap(0x7fb3f2d18000, 65536, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb3f2508000
> [pid 19221] mmap(0x7fb3f2518000, 65536, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb3f24f8000
That’s a malloc loop.
> It could be because my modules in GUIX_PACKAGE_PATH contain an import cycle
> (I don't know whether it does, but I had such a cycle before).
And that’s definitely a possibility! Can you try unsetting
GUIX_PACKAGE_PATH?
(More generally, I recommend against GUIX_PACKAGE_PATH; use a channel or
‘-L’ when you need.)
Thanks,
Ludo’.
- bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes, Danny Milosavljevic, 2019/12/26
- bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes, Danny Milosavljevic, 2019/12/26
- bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes, Ludovic Courtès, 2019/12/27
- bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes, Danny Milosavljevic, 2019/12/28
- bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes, Ludovic Courtès, 2019/12/28
- bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes, Danny Milosavljevic, 2019/12/28
- bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes,
Ludovic Courtès <=
- bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes, Danny Milosavljevic, 2019/12/31
- bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes, Ludovic Courtès, 2019/12/31
bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes, Ludovic Courtès, 2019/12/27