1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Increase maxHeapSize more gradually

This commit is contained in:
Eelco Dolstra 2018-08-08 11:26:26 +02:00
parent 4dca8fe14d
commit 7876cf677c

View file

@ -312,7 +312,7 @@ int main(int argc, char * * argv)
if (status != 0)
throw Exit(WIFEXITED(status) ? WEXITSTATUS(status) : 99);
maxHeapSize = maxHeapSize * 1.1;
maxHeapSize += 64 * 1024 * 1024;
lastAttrPath = drainFD(pipe.readSide.get());
} while (lastAttrPath != "");