I'm trying to load a data set of 35K records. It gave the out of memory error:
======================================================================
Not enough memory (less than 50MB left on heap) Please loada smaller data set or use a larger heap size.
intial size : 0MB
current memory (heap used): 13.6MB
max. memory (heap) avaliable: 63.6MB
======================================================================
I tried following the solutions offered by increasing heap size (from 1024M, I changed it to 2000M like what this solution offered) but still I get the same error when I reload the data. Please help.