File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 149149# - "{{ oracle_user }} soft nofile 4096"
150150# - "{{ oracle_user }} hard nofile 65536"
151151# - "{{ oracle_user }} soft memlock {{ ((0.9 * ansible_memtotal_mb)*1024)|round|int }} "
152- # - "{{ oracle_user }} hard hardlock {{ ((0.9 * ansible_memtotal_mb)*1024)|round|int }}"
152+ # - "{{ oracle_user }} hard memlock {{ ((0.9 * ansible_memtotal_mb)*1024)|round|int }}"
153153
154154 oracle_seclimits :
155155 - " * soft nproc 2047"
156156 - " * hard nproc 16384"
157157 - " * soft nofile 4096"
158158 - " * hard nofile 65536"
159159 - " * soft memlock {{ ((0.9 * ansible_memtotal_mb)*1024)|round|int }} "
160- - " * hard hardlock {{ ((0.9 * ansible_memtotal_mb)*1024)|round|int }}"
160+ - " * hard memlock {{ ((0.9 * ansible_memtotal_mb)*1024)|round|int }}"
161161
162162
You can’t perform that action at this time.
0 commit comments