File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 118
118
119
119
- Security improvements in plugin
120
120
121
- - Imroved security in configuration files
121
+ - Improved security in configuration files
122
122
123
123
### Traefik
124
124
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ $ openssl req -new -x509 -days 365 -addext 'subjectAltName = DNS:*'
483
483
484
484
### Configuring max storage usage per service
485
485
486
- ** Conductor** external storage persitence can be configured via parameters in ` config/conductor/config.properties ` .
486
+ ** Conductor** external storage persistence can be configured via parameters in ` config/conductor/config.properties ` .
487
487
488
488
``` sh
489
489
# default values
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ services:
130
130
environment :
131
131
- CONFIG_PROP=config.properties
132
132
- LOG4J_PROP=/app/config/log4j.properties
133
- - _JAVA_OPTIONS="-Xmx${CS_RES_LIMIT_MEM }"
133
+ - _JAVA_OPTIONS="-Xmx${CS_XMX_RES_LIMIT_MEM }"
134
134
- CONDUCTOR_OUTBOX_TABLE_ENABLED=${CONDUCTOR_OUTBOX_TABLE_ENABLED:-false}
135
135
volumes :
136
136
- ${UF_CONFIG_PATH}/conductor/config.properties:/app/config/config.properties:ro
Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ CS_ULIMIT_NOFILE_HARD=65535
51
51
CS_ULIMIT_NPROC_SOFT=5000
52
52
CS_ULIMIT_NPROC_HARD=5000
53
53
CS_RES_LIMIT_CPUS=4
54
- CS_RES_LIMIT_MEM=4G
54
+ CS_RES_LIMIT_MEM=7G
55
+ CS_XMX_RES_LIMIT_MEM=6G
55
56
56
57
FF_ULIMIT_NOFILE_SOFT=65535
57
58
FF_ULIMIT_NOFILE_HARD=65535
You can’t perform that action at this time.
0 commit comments