|
![]() |
Originally posted by Maulin Vasavada:
- Try to use -Xmx and -Xms JVM parameters for client JVM (applet jre). Though at the moment I don't recall how to do it for JRE running in the browser ...long time did any applets..![]()
Originally posted by Alan Shiers:
I already tried changing the Java Runtime Parameters property to -Xlx128m but that had no effect.
Originally posted by Alan Shiers:
I'm going to attempt to send the data in the same manner but only one record at a time.
That should make no difference. You are still sending the same amount of data. I'll bet you are doing something in your code to exhaust memory. Try putting some System.out.println's in there. Watch those loop variables. Print out some id to indicate each record being processed. I bet your code doesn't do what you think it does (i.e. in the above code you declare RecordData to be a 2D array, but you only read the first record out of it).
Don't get me started about those stupid light bulbs. |