Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RELATED OUT OF MEMORY

Former Member
0 Kudos

Hi all,

I am getting error 'the memory runs out to stop the event before leaving work station' on output screen.Do u have any idea why it is happening?

Thanks n regards.

1 REPLY 1

former_member192616
Active Contributor
0 Kudos

Hi,

because you allocate a lot of memory.

Technically you are using HEAP memory that is the reason for

this message. In HEAP a dialog process is bound to your user

and can not be used by anybody else. Another reason for this

message is if the overall extende memary is used up to a certain

limit.

That's why the system asks you to leave the transaction as soon

as possible in order to free the workprocess and extended memory.

Try to use less memory in the dialog transaction and/or keep

the alloction time short (by leaving the transaction quickly).

Memory consumption can be analyzed deeper with SAP Memory Inspector.

Kind regards,

Hermann

Edited by: Hermann Gahm on May 6, 2009 6:44 PM