Re: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space while loading bulk data
Robert Dale <rob...@...>
Well, whatever, but your stacktrace points to: String fileContents = new File(jsonPath).getText('UTF-8') Thus, your file does not fit in memory - either available system memory or within jvm max memory. Robert Dale On Tue, Aug 8, 2017 at 10:38 AM, Amyth Arora <aroras....@...> wrote:
|
|