What can happens if you launch and use a heavy java 8 rcp desktop app without specifying the jvm parameters MaxMetaspaceSize and the metaspacesize ?
Is it normal that the memory consumed by the heap memory is almost like the non-heap (metaspace) consumption?
the last question: can the non-specifying of the metapace size parameters causes a crash of the app ?