DSAITES
unread,Jan 13, 2021, 8:41:07 AM1/13/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Payara Forum
Good morning, I would like you to guide me on managing the connection pool in Payara, I will tell you what my problem is:
I start the pool of connections with 10 minimum connections and I have configured 250 connections at most.
The server when I reset the memory starts with 28% of RAM and in the day it goes up after two days it has 59% of RAM and although nobody is working on the system when I check the server I do not see that the% used in the RAM, I always close the connection used in any process or report that communicates with the database at the end of that process or report.
Work with java + primefaces + postgresql + payara
How can I get unused connections to be closed and RAM usage down?
Is there a variable to set to close unused connections?
If the minimum is 10 connections, should you expect that if more than 10 are being used and then the connections above the minimum are no longer used, lower the% of RAM?