forked from lix-project/hydra
Bump memory limit a bit
This commit is contained in:
parent
75e7b35477
commit
60e7930d2b
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue