I have scheduled a jar file to run on system start up which is using mysql.
it use to push thousands of records from one DB to another, during each execution it occupies lots of cpu memory but once it get finished (execution completed successfully), it never release the occupied cpu memory until system restart.
and this jar is scheduled to run in every 4hours. How can i release this occupied memory?
-- Thanks, Manu
Thanks for your interest :)