Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
282 views
in Technique[技术] by (71.8m points)

memory - WebLogic Managed server start taking more time after application deployment

i have deployed flexcube application, after the deployment my managed server startup is taking almost 50 min but still it's in starting position, i have allocated -xms16g -xmx16g g1gc, could someone help me to identify the issue, i have attached the jmap heap output

 Attaching to process ID 6918, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.261-b12

using thread-local object allocation.
Garbage-First (G1) GC with 4 thread(s)

Heap Configuration:
   MinHeapFreeRatio         = 40
   MaxHeapFreeRatio         = 70
   MaxHeapSize              = 17179869184 (16384.0MB)
   NewSize                  = 1363144 (1.2999954223632812MB)
   MaxNewSize               = 10301210624 (9824.0MB)
   OldSize                  = 5452592 (5.1999969482421875MB)
   NewRatio                 = 2
   SurvivorRatio            = 8
   MetaspaceSize            = 21807104 (20.796875MB)
   CompressedClassSpaceSize = 1073741824 (1024.0MB)
   MaxMetaspaceSize         = 17592186044415 MB
   G1HeapRegionSize         = 8388608 (8.0MB)

Heap Usage:
G1 Heap:
   regions  = 2048
   capacity = 17179869184 (16384.0MB)
   used     = 2976539984 (2838.6497344970703MB)
   free     = 14203329200 (13545.35026550293MB)
   17.32574300840497% used
G1 Young Generation:
Eden Space:
   regions  = 52
   capacity = 855638016 (816.0MB)
   used     = 436207616 (416.0MB)
   free     = 419430400 (400.0MB)
   50.98039215686274% used
Survivor Space:
   regions  = 6
   capacity = 50331648 (48.0MB)
   used     = 50331648 (48.0MB)
   free     = 0 (0.0MB)
   100.0% used
G1 Old Generation:
   regions  = 298
   capacity = 16273899520 (15520.0MB)
   used     = 2490000720 (2374.6497344970703MB)
   free     = 13783898800 (13145.35026550293MB)
   15.300578186192464% used

83978 interned Strings occupying 10729592 bytes.
question from:https://stackoverflow.com/questions/65840921/weblogic-managed-server-start-taking-more-time-after-application-deployment

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...