bug#44053: Poor profile generation performance on spinning disks

2023-09-09 Thread Ludovic Courtès
Hi Luis, Luis Felipe skribis: >> Could you time just profile generation itself? >> > >> To do that, you need to find the profile generation and then to rebuild >> it, along these lines: >> > >> DRV=$(guix gc --derivers $(readlink -f ~/.guix-profile)) >> time guix build --check $DRV > > The

bug#44053: Poor profile generation performance on spinning disks

2023-08-29 Thread Luis Felipe via Bug reports for GNU Guix
Hey Ludo, everyone, --- Original Message --- On Tuesday, August 29th, 2023 at 09:19, Ludovic Courtès wrote: > Hi Luis, > > Luis Felipe luis.felipe...@protonmail.com skribis: > > > I still use the same computer with the same hard drive, and performance has > > improved when

bug#44053: Poor profile generation performance on spinning disks

2023-08-29 Thread Ludovic Courtès
Hi Luis, Luis Felipe skribis: > I still use the same computer with the same hard drive, and performance has > improved when installing packages. Running > > $ time guix package -i perl --max-jobs=1 > > initially took > > (87 packages in profile) > real8m3,043s > user0m2,656s >

bug#44053: Poor profile generation performance on spinning disks

2023-08-27 Thread Luis Felipe via Bug reports for GNU Guix
Hi, On Saturday, August 26th, 2023 at 22:11, jbra...@dismail.de wrote: > > Shall we go ahead and close this bug report? I'm okay with that. > I do not recall a recent time that someone complained about Guix System's > slow profile generation on hard drives. I currently use guix system on

bug#44053: Poor profile generation performance on spinning disks

2023-08-26 Thread jbranso--- via Bug reports for GNU Guix
Shall we go ahead and close this bug report? I do not recall a recent time that someone complained about Guix System's slow profile generation on hard drives. I currently use guix system on an SSD...but I could install Guix on a Dell Optiplex 7010 on a hard drive to test if you all would like.

bug#44053: Poor profile generation performance on spinning disks

2022-03-23 Thread zimoun
Hi Maxim, On Wed, 23 Mar 2022 at 17:17, Maxim Cournoyer wrote: > This issue is more about the time it takes to generate the file > hierarchy of the profile, rather than with the profile hooks. The > profile hooks should be tolerably fast at this point. Yeah, I have seen your profiling about

bug#44053: Poor profile generation performance on spinning disks

2022-03-23 Thread Maxim Cournoyer
Hi Simon, zimoun writes: > Hi Maxim, > > About performance reported by [1], > > 1: > > the commit [2], > > 2: > > > improves the situation. Although I

bug#44053: Poor profile generation performance on spinning disks

2022-03-23 Thread zimoun
Hi Maxim, About performance reported by [1], 1: the commit [2], 2: improves the situation. Although I agree the performance are poor for spinning disk,

bug#44053: Poor profile generation performance on spinning disks

2020-10-19 Thread Maxim Cournoyer
Hello Simon, zimoun writes: > Hi Maxim, > > On Sun, 18 Oct 2020 at 05:37, Maxim Cournoyer > wrote: > >> On my home machine, will is still relying on 2 x 1 TB spinning drives in >> RAID1, rebuilding my user profile, which contains 182 entries, takes on >> average about 20 minutes, even when

bug#44053: Poor profile generation performance on spinning disks

2020-10-19 Thread zimoun
Hi Maxim, On Sun, 18 Oct 2020 at 05:37, Maxim Cournoyer wrote: > On my home machine, will is still relying on 2 x 1 TB spinning drives in > RAID1, rebuilding my user profile, which contains 182 entries, takes on > average about 20 minutes, even when there are no packages to be built: The

bug#44053: Poor profile generation performance on spinning disks

2020-10-18 Thread Luis Felipe via Bug reports for GNU Guix
I've never used SDDs, so I've been experiencing this since I installed Guix (~5 years ago). And yes, building the profile seems to be the more resource intensive operation. I usually can't do anything else while that happens because the computer becomes unresponsive. Running the same command

bug#44053: Poor profile generation performance on spinning disks

2020-10-17 Thread Maxim Cournoyer
Hello! I've noticed on multiple occasions that using Guix on traditional spinning drives can be quite slow. On my home machine, will is still relying on 2 x 1 TB spinning drives in RAID1, rebuilding my user profile, which contains 182 entries, takes on average about 20 minutes, even when there