We were testing with both HotSpot and OpenJ9 and it seems like both impose an overhead of about 40MB+ of off heap memory (checking in JConsole) even before loading a single class.
Is there a way to reduce this overhead?
Obviously I tried to limit all the different areas:
-Xms10m -Xmx10m -XX:MaxMetaspaceSize=10m