-
|
Memory utility doesn't seem to drop after a few queries. Memory usage at the time of startup. Memory usage after a few queries. |
Beta Was this translation helpful? Give feedback.
Answered by
koculu
Oct 25, 2024
Replies: 1 comment
-
|
The default block cache life time is 60 seconds: blockCacheLifeTimeInMilliseconds After you do a search the data in the disk stays 60 seconds in the memory by default. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
koculu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The default block cache life time is 60 seconds: blockCacheLifeTimeInMilliseconds
After you do a search the data in the disk stays 60 seconds in the memory by default.
After that GC is responsible to release the memory.
You can configure the parameter according to your needs.