Is it possible to add memory in JVM more than 5GB if the machine has installed memory 2GB only?
Because I got exception in thread, java.lang.OutOfMemoryError: Java heap space
I'm reading a text file which contains Strings that sized by 5gb, and I used BufferedReader to read lines.