Problem with reading large file in java
Java
3
Posts
3
Posters
0
Views
1
Watching
-
Please help me in reading large files in java.i encountered OutofMemoryError.
buntyrolln
-
Please help me in reading large files in java.i encountered OutofMemoryError.
buntyrolln
how do you read your file ? please post a relevant piece of code.
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
Please help me in reading large files in java.i encountered OutofMemoryError.
buntyrolln
hey why dont you increase java heapsize, using -Xms512x -Xmx1024x parameters, just go through jdk150_11 documentation and do the work around it will read. :)