
In the docker image for mariadb-ingress if there are many cores the calculated value for worker_rlimit_nofile ends up being 1024 which is too small. This change sets the min to 2048. Closes-Bug: 1816479 Change-Id: I4f198b703eda61d9a9531640ec01a2770f9ec172 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
TAR_NAME=openstack-helm-infra
|
|
SHA=5d356f9265b337b75f605dee839faa8cd0ed3ab2
|
|
VERSION=1.0.0
|
|
TAR="$TAR_NAME-$SHA.tar.gz"
|
|
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/*"
|
|
|
|
TIS_PATCH_VER=8
|