News

I want to test a task using Gradle TestKit. However, the tests regularly fail with java.lang.OutOfMemoryError: Java heap space errors. This error occurs even if ...
Hard to tell what's happening. One of the OOM exceptions appears that HAPI is trying to convert the resource versions. Why is that being invoked? My hunch is that the errors are due to the fact that ...
A heap dump is a snapshot of what’s in your Java program’s memory at a given point in time. It contains details about objects that are present in memory, actual data that is present within those ...