cancel
Showing results for 
Search instead for 
Did you mean: 

Strange Extended Memory Usage

Ganimede-Dignan
Contributor
0 Kudos

Hi,

from few day we have a strange HIGH usage of extended memory... sometime 99%.

How can I monitor what cause a so high extended memory usage ?

This is a R/3 4.6C, Kernel 46D ASCII on Solaris 10 - Oracle 9.0.2.7

Regards.

Ganimede Dignan.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Analysis 1:

1. Go to ST03N

Expert mode -> Workload -> Total -> wednesday

2. Under Analysis Views -> Memory usage statistics

Now on the you will be able to find out the REPORT (or) program that uses the max amount of extended mem in the tab transaction. You will be able to find out the user who uses the max amount of extended mem in the tab user

Analysis 2:

1. Go to ST02

Double click on Extended memory

2. Select the icon mode list

Here you can get the details about the user who has used the heap memory

Ganimede-Dignan
Contributor
0 Kudos

no strange report, or tcode ...

Do you know other caouse of high extended memory usage ?

Regards.

Former Member
0 Kudos

Hello,

There are 2 possibilities:

1. Increase the extended memory value in profile

2. For sure there should be some user (or) program trying to utilize more ext memory. You have to analyze that report.

Regards,

Mat

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Did you increase the number of work process of your instance?

Also, check in SM04 - Go To - Memory, and check if you have some user with large amount of memory allocated.

Sometimes some RFC sessions hangs and after users log off the session is still "live" and allocating memory.

Another cause could be allocation memory from some work process (at os level) . If this is the reason you can restart the wp manually and you can prevent it configuring the following parameters:

rdisp/wp_auto_restart

Hope this help you !