cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I am running EP Sp 14 and when I look ing the std_server0.out log under the /usr/sap/SID..../work...I noticed the following:

AF Allocation Failure cannot allocate 4300 bytes etc

EP stays up but when clicking thourhg an error will appear the dispatcher is up ut server is down....5 minutes later server is back up.

I have adjusted the server max param to 1500 M which reduces the error occruence....running on Solaris 64 bit oracle...

Any seen Allocation failure in std_server0.out u

0 Likes
View Entire Topic
Former Member
0 Likes

I set the Xmx and Xms on server to 2048 according to SAP AIX JVM note. and also set the parameter to limit MGC full GC per Eric's response. But I am still getting the following message:

<AF[2]: Allocation Failure. need 536 bytes, 65182 ms since last AF or CON>

<AF[2]: managing allocation failure, action=1 (0/1518126872) (79901416/79901416)

>

<GC(2): Bytes Traced =91425912 (Foreground: 53206137+ Background: 38219775) Stat

e = 0 >

<GC(2): GC cycle started Wed Nov 2 16:48:15 2005

<GC(2): freed 1312646336 bytes, 87% free (1392547752/1598028288), in 276 ms>

<GC(2): mark: 223 ms, sweep: 53 ms, compact: 0 ms>

<GC(2): refs: soft 0 (age >= 32), weak 180, final 9378, phantom 0>

<AF[2]: completed in 279 ms>

Any other ideas to remove Allocation Failure. AIX box has 8 GB and it 64 BIT aix....should I use 4000 for MAx heap

Thanks

Mike

Former Member
0 Likes

Mike,

I'm not sure if you can eliminate them completly. You may be able to reduce the frequency of them occuring. The note gives you a good guideline but everyones portal is different so you will have to start playing with the differet options to see how they impact the way your portal runs. One of the major trade-offs in GC is that as you increase the size of the VM, which tends to decrease the frequency with which GC occurs, when a full GC does occur it takes longer. As a start I would up the size of the VM and see how that impacts things.

Former Member
0 Likes

Hi Mike

Make sure your IBM JDK version is the latest [Preferably SR9].

SAP Note: 893149 gives some information on such Allocation failures

Might work !!!! Just try

Ashish