Skip to content

Commit 6bcee83

Browse files
author
jmasar
committed
Increase memory, spellcheck fix
- when running performance tests, 4G seems to be not enough Signed-off-by: jmasar <[email protected]>
1 parent 8fb1b9a commit 6bcee83

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119
- Security improvements in plugin
120120

121-
- Imroved security in configuration files
121+
- Improved security in configuration files
122122

123123
### Traefik
124124

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ $ openssl req -new -x509 -days 365 -addext 'subjectAltName = DNS:*'
483483

484484
### Configuring max storage usage per service
485485

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`.
487487

488488
```sh
489489
# default values

composefiles/swarm-workflow-manager.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ services:
130130
environment:
131131
- CONFIG_PROP=config.properties
132132
- LOG4J_PROP=/app/config/log4j.properties
133-
- _JAVA_OPTIONS="-Xmx${CS_RES_LIMIT_MEM}"
133+
- _JAVA_OPTIONS="-Xmx${CS_XMX_RES_LIMIT_MEM}"
134134
- CONDUCTOR_OUTBOX_TABLE_ENABLED=${CONDUCTOR_OUTBOX_TABLE_ENABLED:-false}
135135
volumes:
136136
- ${UF_CONFIG_PATH}/conductor/config.properties:/app/config/config.properties:ro

config/prod_settings.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ CS_ULIMIT_NOFILE_HARD=65535
5151
CS_ULIMIT_NPROC_SOFT=5000
5252
CS_ULIMIT_NPROC_HARD=5000
5353
CS_RES_LIMIT_CPUS=4
54-
CS_RES_LIMIT_MEM=4G
54+
CS_RES_LIMIT_MEM=7G
55+
CS_XMX_RES_LIMIT_MEM=6G
5556

5657
FF_ULIMIT_NOFILE_SOFT=65535
5758
FF_ULIMIT_NOFILE_HARD=65535

0 commit comments

Comments
 (0)