configs: use rlimit_cpu_type instead of rlimit_cpu: 18446744073709551615

This commit is contained in:
Robert Swiecki 2017-12-07 15:35:52 +01:00
parent f31d539e72
commit e55ab672c2
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ hostname: "APACHE-NSJ"
rlimit_as: 1024 rlimit_as: 1024
rlimit_fsize: 1024 rlimit_fsize: 1024
rlimit_cpu: 18446744073709551615 rlimit_cpu_type: INF
rlimit_nofile: 64 rlimit_nofile: 64
time_limit: 0 time_limit: 0

View File

@ -22,7 +22,7 @@ envar: "FONTCONFIG_FILE=/etc/fonts/fonts.conf"
envar: "FC_CONFIG_FILE=/etc/fonts/fonts.conf" envar: "FC_CONFIG_FILE=/etc/fonts/fonts.conf"
rlimit_as: 4096 rlimit_as: 4096
rlimit_cpu: 1000000000 rlimit_cpu_type: INF
rlimit_fsize: 4096 rlimit_fsize: 4096
rlimit_nofile: 128 rlimit_nofile: 128