Bonjour,

rencontrant des pbs avec une appli J2EE avec JBoss, voici un bout de log du gc. Quelqu'un pourrait-il m'en donner la signification ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Heap
 PSYoungGen      total 344064K, used 4864K [0x10010000, 0x28000000, 0x28000000)
  eden [0x10010000,0x104d0140,0x22020000)
  from [0x25010000,0x25010000,0x28000000)
  to   [0x22020000,0x22020000,0x25010000)
 PSOldGen        total 655424K, used 32197K [0x28000000, 0x50010000, 0x50010000)
  object [0x28000000,0x29f71578,0x50010000)
 PSPermGen       total 32768K, used 22890K [0x50010000, 0x52010000, 0x58010000)
  object [0x50010000,0x5166aa48,0x52010000)
2171.240: [Full GC 37061K->32208K(999488K), 0.2163122 secs]
 Heap after GC invocations=37:
Heap
 PSYoungGen      total 344064K, used 0K [0x10010000, 0x28000000, 0x28000000)
  eden [0x10010000,0x10010000,0x22020000)
  from [0x25010000,0x25010000,0x28000000)
  to   [0x22020000,0x22020000,0x25010000)
 PSOldGen        total 655424K, used 32208K [0x28000000, 0x50010000, 0x50010000)
  object [0x28000000,0x29f74380,0x50010000)
 PSPermGen       total 32768K, used 22890K [0x50010000, 0x52010000, 0x58010000)
  object [0x50010000,0x5166aa48,0x52010000)
}
Merci