aboutsummaryrefslogtreecommitdiffstats
path: root/ci.d/lxc
diff options
context:
space:
mode:
Diffstat (limited to 'ci.d/lxc')
-rw-r--r--ci.d/lxc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci.d/lxc b/ci.d/lxc
index c0c5ed2..f3b4798 100644
--- a/ci.d/lxc
+++ b/ci.d/lxc
@@ -11,6 +11,7 @@ lxc_create() {
lxc-create -n $NAME -t download -B btrfs -- --dist $1 --release $2 --arch $3
echo "lxc.start.auto = 1" >> /home/lxc/$NAME/config
echo "lxc.environment = HOME=/root" >> /home/lxc/$NAME/config
+ echo "lxc.prlimit.nofile = 64000" >> /home/lxc/$NAME/config
lxc-start -n $NAME
lxc-wait -n $NAME -s RUNNING
}