Skip to content

Commit 2e13827

Browse files
Mikael SandströmMikael Sandström
authored andcommitted
Fixed typo in limits.conf
1 parent a6e3ed2 commit 2e13827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orahost/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@
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

0 commit comments

Comments
 (0)