fuse
(Geoff Hughes)
October 16, 2022, 6:49pm
11
I’m thinking based on this link I could bump the db_shared_buffer to at least 1GB.
Current app.yml says 128MB, also indicates auto adjust at bootstrap.
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 Newrelic or some other monitoring service. 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 unicorn , this process is capable of serving one request at a time, you should …