forked from lix-project/hydra
Decrease memoryTokens
This commit is contained in:
parent
a366f362e1
commit
53b1f7da64
|
@ -18,7 +18,7 @@ using namespace nix;
|
||||||
|
|
||||||
|
|
||||||
State::State()
|
State::State()
|
||||||
: memoryTokens(15ULL << 30) // FIXME: make this configurable
|
: memoryTokens(12ULL << 30) // FIXME: make this configurable
|
||||||
{
|
{
|
||||||
hydraData = getEnv("HYDRA_DATA");
|
hydraData = getEnv("HYDRA_DATA");
|
||||||
if (hydraData == "") throw Error("$HYDRA_DATA must be set");
|
if (hydraData == "") throw Error("$HYDRA_DATA must be set");
|
||||||
|
|
Loading…
Reference in a new issue