I'm trying to create a HashMap for a dataset that has 4400 records and 27000 features. I have increased the max limit to 4G in the .ini file of eclipse. But, when I print the maxMemory in the java program, it shows as 880 MB. I tried with different values of xms and xmx
I'm unsure why this is selecting only 880 MB ?
java.lang.OutOfMemoryError: GC overhead limit exceeded
I get this error at the end. If I prevent this by changing .ini file, I get heap error.