Skip to content

Commit

Permalink
Introduce wildfly_systemd_limits variable for SystemD service file co…
Browse files Browse the repository at this point in the history
…nfiguration

just a key - value variable
  • Loading branch information
KAMI911 authored Jun 7, 2024
1 parent c7603d7 commit 3475795
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ wildfly_limits_conf:
item: nproc
value: 8192

wildfly_systemd_limits:
- key: DefaultLimitCORE
value: infinity

wildfly_log_rotate_minsize: 20K
wildfly_log_compress_command: '/usr/bin/xz'
wildfly_log_compress_options: '-3 -T4'
Expand Down

0 comments on commit 3475795

Please sign in to comment.