cancel
Showing results for 
Search instead for 
Did you mean: 

STACK_NO_ROLL_MEMORY

Former Member
0 Kudos

Hello

I'm having the follow error in productive system:

Short text

No storage space available for FORM stack.

What happened?

Each transaction requires some main memory space to process

application data. If the operating system cannot provide any more

space, the transaction is terminated.

Error analysis

You attempted to extend a stack, but the required storage space wa

not available.

Storage request..............: 8939520 bytes.

It's in a custom transaction.

Do I have to high Ztta/roll* parameter or it's better to verify the custom transaction first?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi Elisa,

Check swap space available on your operating system.

Thanks

Sunny

Former Member
0 Kudos

Hi Sunny

Thank you very much for your answer. I've checked my swaps, and I have, but only :

Tables Swaps

Generic Key 100,00 576.172 308.100 55,43 65.000 3.036 4,67 39 295.024

Single record 96,12 120.000 14.496 12,41 10.000 9.849 98,49 110 2.857.400

Is it important?

JPReyes
Active Contributor
0 Kudos

Errrmmm... he was talking about SWAP space at OS level as "Page file size"... Not to the amount of swaps your buffers are doing. Your SWAP space or page file should be at least 4 times the size of your physical RAM..

In any case... above dump is usually created when either your memory settings are not correct or also when someone submit a query that is simply absurdly big, If this is a once off thing you could enquire to see if the enduser made a mistake or is really an issue with the parameters.

Regards

Juan