Relative Content

Tag Archive for javacsvout-of-memory

Java uploading csv file out of memory error

I need to upload large csv file. Size of this file is around 3GB (20milions of records), but the problem is that i need to fit in 200MB.I am already in VM options using -Xmx200m and-XX:+UseG1GC. I cant add visualVM screenshoot but it immidently stops at 160k record with memory limit. I am also using simple types.