From 76cbb3298cabeeeeea46aa4b622e2a038527b56a Mon Sep 17 00:00:00 2001
From: Utz-Uwe Haus <uhaus@cray.com>
Date: Mon, 23 Nov 2020 15:22:36 +0100
Subject: [PATCH] Add comment about ulimit in docker

---
 build-envs/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-envs/README b/build-envs/README
index fbfc5d09..234f7a82 100644
--- a/build-envs/README
+++ b/build-envs/README
@@ -24,7 +24,7 @@ Running things by hand
 ----------------------
 
   $ docker pull registry.gitlab.com/cerl/maestro/maestro-core/buildenv/debian
-  $ docker run -i -t registry.gitlab.com/cerl/maestro/maestro-core/buildenv/debian /bin/bash 
+  $ docker run --ulimit memlock=133000:133000 -i -t registry.gitlab.com/cerl/maestro/maestro-core/buildenv/debian /bin/bash 
   # now you have a shell in the docker container that is currently used on gitlab for CI
   $ mkdir /builds
   $ cd /builds
-- 
GitLab