Postgres persistence provider production tunning
Hello,
I have a customer with Thingworx 8.4 as a backend and Postgres as database.
His instance is deployed on a server which follows PTC Sizing recommendations for hardware.
However, I haven't found any documentation for tuning the configuration of the persistence provider (PostgresPersistenceProviderPackage) in the platform-settings.json for production.
In addition I look for tuning Tomcat configuration for production as well.
For example the number of Thread which would be recommended in the connector:
<Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="200"
Right now the configuration of the production environment is the same as the development environment which sometimes causes timeouts in production.
Thank you

