Skip to content

Commit

Permalink
fix: rm rps_sock_flow_entries runtime entry
Browse files Browse the repository at this point in the history
Signed-off-by: stafaniasaju <[email protected]>
  • Loading branch information
stafaniasaju committed Dec 3, 2024
1 parent 2fbeb57 commit 3fb7966
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions roles/powervs_configure_os_for_sap/tasks/rfs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
---
# Ensure RFS configuration persists
- name: Ensure rps_sock_flow_entries is set at runtime
ansible.posix.sysctl:
name: net.core.rps_sock_flow_entries
value: 32768
state: present

- name: Persist rps_sock_flow_entries in sysctl.conf
ansible.builtin.lineinfile:
Expand Down

0 comments on commit 3fb7966

Please sign in to comment.