Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Container exited unexpectedly with code 0xC0000374

When I try to connect my database using ODBC driver, I encounter the following issue.

--------------------------------------------------------------------------------

Container exited unexpectedly with code 0xC0000374. PID: 12608.
Used features: Odbc.DataSource/rsodbc.dll/02.00.0000/Redshift/1.0.51973.

--------------------------------------------------------------------------------

After this issue, neither loading process nor cancelling works and I should end task via task manager.

This occurs for tables with huge data. the driver works fine with small data.

 

I have checked the following thread but this did not work.

Solved: Container exited unexpectedly with code 0xC0000374 - Microsoft Fabric Community

 

I would appreciate it if someone could help me on this issue.

Status: Investigating
Comments
Anonymous
Not applicable

Hi @Anonymous ,

 

You can do this by modifying the "MemoryAllocationLimit" setting in the Power BI Desktop file. Here's how:

1. Open your Power BI Desktop file.
2. Click on "File" in the top left corner, then click on "Options and settings", and then click on "Options".
3. In the left-hand pane, click on "Current File".
4. In the right-hand pane, scroll down to the "Advanced" section.
5. Find the "MemoryAllocationLimit" setting and increase the value to the maximum amount of memory you want to allocate (in MB). For example, if you want to allocate 2 GB of memory, set the value to 2048.

After making this change, try connecting to your database again and see if the issue is resolved

 

Best regards.
Community Support Team_Caitlyn

Anonymous
Not applicable

Hi,

 

With my version there is no sections which I can set the memory under CURRENT FILE.

I could find some memory related settings under GLOBAL, but all of them were already set higher than 2048.

- Data Load > Parallel loading of tables > Mazimum memory used per simultaneous evaluation(MB): 432

- Data Load > Time intelligence > Maximum allowed(MB): 4096

- Data Load > Q&A Cache Options > Maximum allowed(MB): 4096

 

Kindly correct me if I am referring the different settings.