Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to clear objects (HashMap) to be garbage collected in ADF

Narendra EnamalaSep 18 2019 — edited Sep 18 2019

Hi All,

So what I am having here is a java program the manipulates a huge amount of data and store it into objects (Mainly hash-maps). At some point of the running time the data becomes useless and I need to discard so I can free up some memory.

My question is what would be the best behavior to discard these data to be garbage collected ?

My JDev Vesrion :11.1.2.4.0

Regards

Naren

Comments
Post Details
Added on Sep 18 2019
2 comments
1,087 views