Quantcast
Channel: Zammad - Community - Latest posts
Viewing all articles
Browse latest Browse all 6728

Zammad railsserver performance

$
0
0

I am running zammad on a docker container with the following host specs

RAM: 126GB
DISK: 1.8T

Memory usage for the railserver continuously increases, even though no users are using it

What environmental parameters I set for railserver

   - WEB_CONCURRENCY=8
   - MAX_THREADS=8
   - MIN_THREADS=4
   - ZAMMAD_SESSION_JOBS_CONCURRENT=8
   - ZAMMAD_WEB_CONCURRENCY=8
   - MALLOC_ARENA_MAX=2
   - RUBY_GC_MALLOC_LIMIT=1077216
   - RUBY_GC_MALLOC_LIMIT_MAX=2177216
   - RUBY_GC_OLDMALLOC_LIMIT=3000100
   - RUBY_GC_OLDMALLOC_LIMIT_MAX=4000100

it will increase until the RAM overflows, someone has encountered this problem and solved it before please help me about it


Viewing all articles
Browse latest Browse all 6728

Trending Articles