Zhang wei
Zhang wei
同样遇到此问题,但是自己代码实现的实时改级别是成功的,3.6.0的版本
I use `pmap -x pid | sort -n -k3` , and found many files are occupying out-of-heap memory, causing high RES usage. Why don’t these files release after use? Is...
> What is your schema, and what queries are you trying to run? @nwoolmer Thank you for your reply,here is my schema ```sql CREATE TABLE t_traffic_log ( id long, src_zone...
@nwoolmer Can you help me? As long as the memory is limited, I can even accept a decrease in query performance.
@puzpuzpuz Thanks. I've tried adding `CairoEngine#releaseInactive()` at the end of my query function, but it still doesn't work. I used the code you provided to print out the RSS memory...
@puzpuzpuz Thank you very much. It's just as I guessed. I think that the readers would not be released immediately, so I added a scheduled task to call releaseInactive. After...