diff --git a/install/fpm/configuration.xml b/install/fpm/configuration.xml index ec74c473ef..ab1c11aa02 100644 --- a/install/fpm/configuration.xml +++ b/install/fpm/configuration.xml @@ -150,6 +150,54 @@ + + + rlimit_files + int + + + + Set open file descriptor rlimit for the master process. + Default value: Set open file descriptor rlimit for the master process. + + + + + + rlimit_core + int + + + + Set max core size rlimit for the master process. + Default value: 0. + + + + + + rlimit_files + int + + + + Set open file descriptor rlimit for the master process. + Default value: Set open file descriptor rlimit for the master process. + + + + + + rlimit_core + int + + + + Set max core size rlimit for the master process. + Default value: 0. + + + events.mechanism @@ -501,7 +549,7 @@ - Set open file descriptor rlimit. Default value: system defined value. + Set open file descriptor rlimit for child processes in this pool. Default value: system defined value. @@ -512,7 +560,7 @@ - Set max core size rlimit. Possible Values: 'unlimited' or an integer greater or equal to 0. + Set max core size rlimit for child processes in this pool. Possible Values: 'unlimited' or an integer greater or equal to 0. Default value: system defined value.