mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
* Reduce the maximum archive size for patch generation to 100 MB to
prevent trashing on nix.cs.uu.nl.
This commit is contained in:
parent
7d4567f2cc
commit
2a535689fe
2 changed files with 2 additions and 2 deletions
|
@ -277,7 +277,7 @@ foreach my $p (keys %dstOutPaths) {
|
|||
my $srcNarBz2 = getNarBz2 \%srcNarFiles, $closest;
|
||||
my $dstNarBz2 = getNarBz2 \%dstNarFiles, $p;
|
||||
|
||||
my $maxNarSize = 150 * 1024 * 1024;
|
||||
my $maxNarSize = 100 * 1024 * 1024;
|
||||
|
||||
system("@bunzip2@ < $srcNarBz2 > $tmpDir/A") == 0
|
||||
or die "cannot unpack $srcNarBz2";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue