Bump memory limit a bit

This commit is contained in:
Eelco Dolstra 2016-03-10 16:46:01 +01:00
parent 75e7b35477
commit 60e7930d2b

View file

@ -17,7 +17,7 @@ using namespace nix;
State::State()
: memoryTokens(4ULL << 30) // FIXME: make this configurable
: memoryTokens(6ULL << 30) // FIXME: make this configurable
{
hydraData = getEnv("HYDRA_DATA");
if (hydraData == "") throw Error("$HYDRA_DATA must be set");