fuse
(Geoff Hughes)
16.Октябрь.2022 18:49:48
11
Исходя из этой ссылки, я думаю, можно увеличить db_shared_buffer хотя бы до 1 ГБ. В текущем файле app.yml указано 128 МБ, а также упоминается автоматическая настройка при загрузке.
When you install Discourse on an instance with 4GB or more you should consider the following:
Monitor your setup
If you elect to use a higher end setup we strongly recommend you set up monitoring using a service such as Prometheus , Datadog , or New Relic . You will need to analyze the results of configuration changes to reach an optimal setup.
Out of the box Discourse Docker ships with 3 web workers
Web workers are served via Pitchfork (a modern fork of Unicorn), each worker process is capable…