hydra-queue-runner: Bump memory limit to reflect more accurate accounting

This commit is contained in:
Eelco Dolstra 2016-11-16 17:51:18 +01:00
parent b4d32a3085
commit afb8765ae4
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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");