Java errors from /connections calls
I have composed a query for /connections. It has a single
AND-Group with 734 attributes in it. Up till now, I have
successfully sent a query with 284 attributes inside an AND-Group.
However, this time, the REST API /connections returned text (not
JSON):
GC overhead limit exceeded
and then a second time yielded:
Java heap space
What is GC overhead and how to not exceed its limit? And should I be concerned about Java heap space?
Comments are currently closed for this discussion. You can start a new one.
2 Posted by Jared Peterson on 02 Feb, 2011 06:19 PM
Anthony,
A query that large is probably pushing the limits of the current memory configuration on your server. Let me know when your instance is available and at a good point for me to make some modifications to the defaults.
Thanks,
Jared
3 Posted by Anthony Edwards on 02 Feb, 2011 07:47 PM
Thanks, Jared, the problem has gone away!
Jared Peterson closed this discussion on 02 Feb, 2011 07:57 PM.