cancel
Showing results for 
Search instead for 
Did you mean: 

When I am trying to execute it is throwing Out of memory for all the jobs

Former Member
0 Kudos

When i tried to execute  a job with two data flows it is throwing error .Please let me know any ideas or suggestions .Is there any notes suggested

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member198401
Active Contributor
0 Kudos

Check if your Paging(swap) space on Linux system. Is your DB2 system also installed on Linux server.

Thus happens when the linux server or database server is running with less amount of paging

space than it requires. Ask the Linux admin to increase the paging space.

Check with the DBA to  check if the tablespace is full for the local repository database. Ask your DB2 DBA to increase the tablespace for the database

Regards

Arun Sasi

former_member187605
Active Contributor
0 Kudos

I repeat: this has nothing to do with the local repository as such . It's a pure memory-related problem. Increasing db space (disk space!) won't help.

mageshwaran_subramanian
Active Contributor
0 Kudos

Check if you have enough space for your local repository in the DB server.

Former Member
0 Kudos

Thanks for the help Magesh Subramanian,

We are using BODS 4.2 SP5 Version in Unix platform the Database is IBM DB2. How to check the space in local repository.Could you please guide us

former_member187605
Active Contributor
0 Kudos

I am afraid this has nothing to do with the local repository.

This is a Unix error: paging (aka swap) space is too low for forking (starting) the process. Check your paging space and increase.

Refer to the DS PAM for minimal system requirements.