OpenJDK Platform binary

3
Good afternoon everyone, I have the following problem and would like to ask for help from the community. I'm using a java action that imports a txt file into a database table. I'm doing the steps below: 1 - Context.endTransaction() 2 - Context.getSession().destroy(). Even after finishing the import process the OpenJDK Platform binary remains open consuming memory. This only happens when I process a file with a large number of lines. Smaller files the process is ended and memory freed normally. What can I do to resolve this issue?
asked
0 answers