[solved] Huge RAM usages prevents app release

We had memory leak issues, as we missed some @Owned annotations and used the wrong api to trigger gc. See also this topic: Heap dump of the JVM Maybe this is your issue as well?