cancel
Showing results for 
Search instead for 
Did you mean: 

Allocation Failure in std_server0.out log

Former Member
0 Kudos

can anyone decipher if there is an issue or if this is normal java GC?

Thanks

John

<AF[21]: Allocation Failure. need 536 bytes, 2099708 ms since last AF>

<AF[21]: managing allocation failure, action=1 (0/1223709072) (33881752/38774896

)>

<GC(21): freeing class sun.reflect.GeneratedConstructorAccessor77(700000057891

bd8)>

<GC(21): unloaded and freed 1 class>

<GC(21): mark stack overflow[9]>

<GC(21): GC cycle started Mon Jul 17 15:45:47 2006

<GC(21): freed 423289016 bytes, 36% free (457170768/1262483968), in 792 ms>

<GC(21): mark: 677 ms, sweep: 115 ms, compact: 0 ms>

<GC(21): refs: soft 0 (age >= 32), weak 395, final 3072, phantom 0>

<AF[21]: completed in 796 ms>

<AF[22]: Allocation Failure. need 536 bytes, 1373115 ms since last AF>

<AF[22]: managing allocation failure, action=0 (219443008/1262483968)>

<GC(22): may need to shrink mark bits for 1258289664-byte heap>

<GC(22): shrank mark bits to 19660800>

<GC(22): may need to shrink alloc bits for 1258289664-byte heap>

<GC(22): shrank alloc bits to 19660800>

<GC(22): may need to shrink FR bits for 1258289664-byte heap>

<GC(22): shrank FR bits to 19660800>

<GC(22): shrank heap by 4194304 to 1258289664 bytes, 36% free>

<GC(22): GC cycle started Mon Jul 17 16:08:41 2006

<GC(22): freed 243036776 bytes, 36% free (458285480/1262483968), in 692 ms>

<GC(22): mark: 581 ms, sweep: 111 ms, compact: 0 ms>

<GC(22): refs: soft 0 (age >= 32), weak 148, final 1836, phantom 0>

<AF[22]: completed in 694 ms>

<AF[23]: Allocation Failure. need 536 bytes, 2704793 ms since last AF>

<AF[23]: managing allocation failure, action=1 (0/1241822392) (10803728/16467272

)>

<GC(23): mark stack overflow[10]>

<GC(23): GC cycle started Mon Jul 17 16:53:46 2006

<GC(23): freed 446236208 bytes, 36% free (457039936/1258289664), in 793 ms>

<GC(23): mark: 675 ms, sweep: 118 ms, compact: 0 ms>

<GC(23): refs: soft 0 (age >= 32), weak 73, final 3479, phantom 0>

<AF[23]: completed in 795 ms>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

When do you get this error. Is the J2ee engine running or not? Give more details.

Srinivasan T

Former Member
0 Kudos

Usually you don't have to take care of the GC output there as long as you don't have memory leaks. The output is used for performance statistics and traces.

Regards,

Pascal