forked from lix-project/hydra
hydra-queue-runner: Bump memory limit to reflect more accurate accounting
This commit is contained in:
parent
b4d32a3085
commit
afb8765ae4
|
@ -18,7 +18,7 @@ using namespace nix;
|
|||
|
||||
|
||||
State::State()
|
||||
: memoryTokens(6ULL << 30) // FIXME: make this configurable
|
||||
: memoryTokens(15ULL << 30) // FIXME: make this configurable
|
||||
{
|
||||
hydraData = getEnv("HYDRA_DATA");
|
||||
if (hydraData == "") throw Error("$HYDRA_DATA must be set");
|
||||
|
|
Loading…
Reference in a new issue