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 != "");