https://github.com/SQL-Storm/OLAPBench/blob/a16016fe5a1356ba7590d11215281f643c7a36f8/dbms/umbra.py#L131 "ulimits": [docker.types.Ulimit(name="memlock", soft=2 ** 30, hard=2 ** 30)], 2 ** 30 => around 1GB, which seems to be rather low for executing benchmarks :)
OLAPBench/dbms/umbra.py
Line 131 in a16016f
"ulimits": [docker.types.Ulimit(name="memlock", soft=2 ** 30, hard=2 ** 30)],
2 ** 30 => around 1GB, which seems to be rather low for executing benchmarks :)