Is there any best practice for Metaspace Size with WildFly?
Example, for the max heap memory I'd the following setup:
((Memory without Wildfly running) * 2) - (Total amount of available memory)
I know that Metaspace auto increase if I don't specify MaxMetaspaceSize, but is this a good practice?
Thanks in advance