Java Appengine APPSTATS causing java out of memory error
- by aloo
I have several servlets in my java appengine app that do in memory sorting and take on the order of seconds to complete. These complete error free.
However, I recently enabled appstats for appengine and started receiving the following error:
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at…