Re: Heap memory - leak

2019-06-25 Thread Dweep Sharma
Hi All, Thanks for the response. I currently see the Heap utilization go upwards of 80-90% but the Direct Memory is 0GB (0% of 0GB) I have the following settings in drill-env.sh . Is it normal to show Direct Memory utilization as 0GB ? export DRILLBIT_MAX_PROC_MEM=${DRILLBIT_MAX_PROC_MEM:-"25G"

Re: Heap memory - leak

2019-06-25 Thread Kunal Khatua
Yes. The reason is that "0% of 0GB" basically means 0% of the maximum direct memory claimed so far.  Drill will consume some system memory for use in Direct and can (potentially) return it as well. In your case, the Direct memory appears to be barely used. So, it is very likely that the Drillbi