Hello huangyouchuan
Greetings!
if I understand you correctly, the reason why meta space is allocated high is based on the JVM settings.The heap size may be reduced further if the application is profiled using the tools such as Eclipse MAT
If your application uses a lot of strings, then it is a good idea to pass the
-XX:+UseStringDeduplication argument. This will reduce the heap size.
Edit your Comment