Hi
As your file size is too large, so it reaches the maximum heap size of your VM. So try to increase the heap size.
Below is the command you can use.
java -Xmx2048m
You can mention according to your needs. I mentioned it here in 2048.
Hope this will work.