Decrease memoryTokens

This commit is contained in:
Eelco Dolstra 2017-02-03 14:44:52 +01:00
parent a366f362e1
commit 53b1f7da64

View file

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