- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 11:43 AM
Hello Developers!
I'm struggling with a big data load (~170k records) that always ends with: "Transaction cancelled: Available memory is almost depleted".
Configuration:
ETL Definition should populate 4 tables
Robust Import Set Transformer Batch size is set to 3000
Scheduled data import is partitioned to 15000 chunks
Output while transforming:
First two partitions (15k each) were transformed correctly but the other ones had completed with errors. I checked in the ISETs and the errors were the same: "Transaction cancelled: Available memory is almost depleted".
What can I check to define what is trully causing this error? Initially I was thinking that maybe the source file is somehow corrupted so I grabbed the last processed entry and couple of next ones and created a source file by hand counting that I could reproduce this error but with no luck.
I'm counting on your suggestions!
Take care,
Marcin
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 02:13 PM
Have you tried to make the batch size smaller and/or import smaller chunks?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 02:13 PM
Have you tried to make the batch size smaller and/or import smaller chunks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2023 04:48 AM