I installed confluence in my k8s cluster through Helm chart.
How can I set ulimit through helm chart?
When i command "ulimit -n", it shows 1024
I want to ulimit 4096.
Hi Damon Kang,
You can use the command vi /etc/security/limits.conf and edit the file and change values. root user permission required to make changes to limits.conf file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.