Gradually increase maxHeapSize
This commit is contained in:
@ -312,6 +312,8 @@ int main(int argc, char * * argv)
|
||||
if (status != 0)
|
||||
throw Exit(WIFEXITED(status) ? WEXITSTATUS(status) : 99);
|
||||
|
||||
maxHeapSize = maxHeapSize * 1.1;
|
||||
|
||||
lastAttrPath = drainFD(pipe.readSide.get());
|
||||
} while (lastAttrPath != "");
|
||||
});
|
||||
|
Reference in New Issue
Block a user