1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

Decrease RAM usage

This commit is contained in:
Kayou 2019-01-29 12:02:41 +01:00 committed by GitHub
parent f53c1a4fdb
commit 7f9517cf01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,3 +24,5 @@ nginx['listen_addresses'] = ["0.0.0.0", "[::]"] # listen on all IPv4 and IPv6 ad
unicorn['port'] = __PORTUNICORN__ unicorn['port'] = __PORTUNICORN__
unicorn['worker_processes'] = 2 unicorn['worker_processes'] = 2
sidekiq['concurrency'] = 5 # base: 25