It seems that with latest developments integration tests consume heap memory due to bad organization.
This is an image from the used heap during mvn test
It seems that objects remain in memory between tessts. A refactoring of tests may improve the issue