Gayathri created DRILL-7033: ------------------------------- Summary: Java heap out of memory issue when trying to query huge data Key: DRILL-7033 URL: https://issues.apache.org/jira/browse/DRILL-7033 Project: Apache Drill Issue Type: Bug Reporter: Gayathri
We are currently working on Apache drill for querying JSON objects. We are not using any dfs plugin to store the json data. All the JSON data is sent to query directly using convert_from('','json') function. If the data which is passed is more than 1 MB, then we are getting "Java Heap Out of Memory issue". When trying to monitor drill through jmc, we found that the old gen GC is occupying more than 7GB Heap. (Heap configured is 8GB) Could you please provide any inputs on this? -- This message was sent by Atlassian JIRA (v7.6.3#76005)