JVM: jstat view, metaspace and CCS account for more than 90% of the problem?

as shown below, metaspace and CCS account for more than 90%. Does this have a great impact on the process? How to deal with it?

$JAVA_HOME/bin/jstat-gcutil 27553
S0 S1 E OM CCS YGC YGCT FGC FGCT GCT
0.00 100.00 13.05 97.12 94.61 9 0.306 3 0.469 0.775

in addition:
VM Flags:
Non-default VM flags:-XX:CICompilerCount=3-XX:InitialHeapSize=526385152-XX:MaxHeapSize=8392802304-XX:MaxNewSize=2797600768-XX:MinHeapDeltaBytes=524288-XX:NewSize=175112192-XX:OldSize=351272960-XX:+UseCompressedClassPointers-XX:+UseCompressedOops-XX:+UseFastUnorderedTimeStamps-XX:+UseParallelGC

Nov.22,2021
Menu