Application Development and Automation 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: 
Read only

Memory problem

Former Member
0 Likes
381

Hi All,

I am trying to test a program but it failed due to low memory as input file size is 450MB + all the time . It's saying that the memory is low and leave the transaction before taking a break! This occures when the trasfer happened

" TRANSFER GT_T_DATA TO PATH_FILE2."

Just tell me how to solve this issue .

1 ACCEPTED SOLUTION
Read only

bryan_cain
Contributor
0 Likes
358

I'm guessing you're still in the development system - once you move to quality or production you probably won't see the problem any longer, since those systems tend to be more powerful and have more memory to handle big jobs like that.

Also, maybe try running in background?

If that's not possible or if that still causes the error, try as suggested above and split the file during testing.

Message was edited by:

Bryan Cain

Misread the post - didn't realize the OP said the program failed.

2 REPLIES 2
Read only

Former Member
0 Likes
358

Hi

Ask your basis Guy to increase the memory.

Or split the file and work with less data.

Regards,

Anji

Read only

bryan_cain
Contributor
0 Likes
359

I'm guessing you're still in the development system - once you move to quality or production you probably won't see the problem any longer, since those systems tend to be more powerful and have more memory to handle big jobs like that.

Also, maybe try running in background?

If that's not possible or if that still causes the error, try as suggested above and split the file during testing.

Message was edited by:

Bryan Cain

Misread the post - didn't realize the OP said the program failed.