Decrease memoryTokens
This commit is contained in:
parent
a366f362e1
commit
53b1f7da64
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user