You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The total time spent in all garbage collectors, total GC time divided by the total time to build the image in percent, and the total number of garbage collections.
139
+
The total time spent in all garbage collectors, total GC time divided by the total process time in percent, and the total number of garbage collections.
140
140
A large number of collections or time spent in collectors usually indicates that the system is under memory pressure.
141
141
Increase the amount of available memory to reduce the time to build the image.
142
142
@@ -146,7 +146,7 @@ This value indicates the maximum amount of memory consumed by the build process.
146
146
If the [GC statistics](#glossary-garbage-collection) do not show any problems, the amount of available memory of the system can be reduced to a value closer to the peak RSS.
147
147
148
148
#### <aname="glossary-cpu-load"></a>CPU load
149
-
The CPU time used by the process divided by the total time to build the image in percent.
149
+
The CPU time used by the process divided by the total process time.
150
150
Increase the number of CPU threads to reduce the time to build the image.
0 commit comments