docker-gitlab icon indicating copy to clipboard operation
docker-gitlab copied to clipboard

Help on configuration parameters

Open gregmzs opened this issue 2 years ago • 0 comments

Hi,

I have a lot of problems with my gitlab instance. It is very slow.

I installed the last release 16.0.1.

My server (Virtual Machine, VMWare Fusion, Docker, Ubuntu 22) has :

  • 8CPU
  • 16Gb RAM
  • About 100 users
  • About 30 simultanous jobs

Do you have any configuration advice for the following parameters:

    - PUMA_WORKERS=6
    - PUMA_TIMEOUT=90
    - PUMA_THREADS_MIN=8
    - PUMA_THREADS_MAX=8
    - PUMA_PER_WORKER_MAX_MEMORY_MB=1024
    - PUMA_MASTER_MAX_MEMORY_MB=2048
    - SIDEKIQ_CONCURRENCY=20
    - SIDEKIQ_SHUTDOWN_TIMEOUT=4
    - GITLAB_RAILS_RACK_TIMEOUT=600

I tried a lot of values, but never better. Can you help me?

Thanks in advance

gregmzs avatar May 31 '23 10:05 gregmzs