Here is the error log from the console. Note that the _$jrat is from the profiler I was using.
Finished Saving 900.800.6.002, accounts left to save = 0
Exception in thread "CheckOutHandler" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOfRange(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at java.lang.StringBuilder.toString(Unknown Source)
at Game.HackerFile.outputXML_$jrat(HackerFile.java:383)
at Game.HackerFile.outputXML(HackerFile.java)
at Game.FileSystem.outputXML_$jrat(FileSystem.java:563)
at Game.FileSystem.outputXML(FileSystem.java)
at Game.Computer.outputXML_$jrat(Computer.java:5929)
at Game.Computer.outputXML(Computer.java)
at Game.CheckOutHandler.run_$jrat(CheckOutHandler.java:82)
at Game.CheckOutHandler.run(CheckOutHandler.java)
at java.lang.Thread.run(Unknown Source)
The line of code that was the source
382: if((Content.get(key))!=null)
383: returnMe+=(""+Content.get(key)).replaceAll("]]>","]]>");
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here is the error log from the console. Note that the _$jrat is from the profiler I was using.
Finished Saving 900.800.6.002, accounts left to save = 0
Exception in thread "CheckOutHandler" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOfRange(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at java.lang.StringBuilder.toString(Unknown Source)
at Game.HackerFile.outputXML_$jrat(HackerFile.java:383)
at Game.HackerFile.outputXML(HackerFile.java)
at Game.FileSystem.outputXML_$jrat(FileSystem.java:563)
at Game.FileSystem.outputXML(FileSystem.java)
at Game.Computer.outputXML_$jrat(Computer.java:5929)
at Game.Computer.outputXML(Computer.java)
at Game.CheckOutHandler.run_$jrat(CheckOutHandler.java:82)
at Game.CheckOutHandler.run(CheckOutHandler.java)
at java.lang.Thread.run(Unknown Source)
The line of code that was the source
382: if((Content.get(key))!=null)
383: returnMe+=(""+Content.get(key)).replaceAll("]]>","]]>");