Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1301c13

Browse files
committed
Set unlimited memlock. [ci skip]
1 parent 341feb3 commit 1301c13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

roles/common/templates/limits.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@
4848
* soft nofile {{ limits_nofile_soft }}
4949
* hard nofile {{ limits_nofile_hard }}
5050

51+
* soft memlock unlimited
52+
* hard memlock unlimited
53+
5154
# End of file

0 commit comments

Comments
 (0)