Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

How to free RAM memory after clear lazy object is loaded into RAM #526

Answered by hg-ms
nhthong2001 asked this question in Q&A
Discussion options

You must be logged in to vote

It’s important that there are no more references to lazy loaded objects in your code so that they can deleted by the java GC from memory. You may trigger the Java-GC trigger manually to force memory cleanup but that’s usually not necessary.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nhthong2001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants