marcardar / transcriptstudio-isha

Automatically exported from code.google.com/p/transcriptstudio4isha
0 stars 0 forks source link

Java Heap Space error when searching #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After marking up about 130 transcripts, we are now getting an HTTP:Error
500, "Java Heap space" - Jetty

This usually happens when we try doing a search with more than one parameter.

Also sometimes we get a "GC error" message (garbage collection?)

Original issue reported on code.google.com by swami.ke...@gmail.com on 20 Aug 2009 at 8:39

GoogleCodeExporter commented 9 years ago
fixed - by editing wrapper.conf settings

wrapper.java.initmemory=128 (maybe not so much is needed here - default is 16)
wrapper.java.initmemory=512

Original comment by swami.ke...@gmail.com on 21 Aug 2009 at 11:58