Hi,I would like to understand how to calculate optimal value for "pool" parameter in database.ymlI'm using rails 3, ruby 2, postgres, elasticsearch, unicorn, nginx
My server : 12 coeurs 24 threads ( I dont know if it is necessary for define pool value)unicorn : worker_processes 24I have around 1500 pages requested per minutes, and around 200ms per request
Is it also useful/necessary to use this ?allow_concurrency: true