OutOfMemory in WL 10.3.5 with database datasource
I set up a data source to a SQL Server database. I also have two cron (quartz) that execute two java programs using JDBC to query two tables every 3 minutes. After a few days, I got OutOfMemory errors and I had to restart the server.
I close the database connections in my java programs.
Here's my memory setup XX:MaxPermSize=128m -Xms1024 -Xmx2048m
Do you know how I can fix this issue? Please let me know if you need more information.
Thanks