diff --git a/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md b/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md index b403c36..dbb4438 100644 --- a/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md +++ b/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md @@ -19,7 +19,18 @@ mkdir -p /awx cd /awx # Run a command to adjust open file limits in Ubuntu Server (just-in-case) -ulimit -n 4096 +ulimit -Sn 16384 +``` + +Now we need to make the changes permanent: +```jsx title="/etc/security/limits.conf" +# End of File> +* soft nofile 16384 +``` + +Reboot the server. +``` sh +sudo reboot ``` ### Create AWX Deployment Donfiguration Files