I executed a simple SQL query (MySQL if that matters) and rather than returning the response (known to be about 2 million items), I get the error
JDBC::error: GC overhead limit exceeded
How large a response is allowed? Is there any way to increase the limit?
I can make sub-queries that add up to the total, but it would be optimal if I could just get the answer directly.