Forum Discussion
sonamj
May 06, 2019Copper Contributor
Partial query failure: Low memory condition Kusto
I am getting below Error Message while executing query in Kusto
"Partial query failure: Low memory condition (E_LOW_MEMORY_CONDITION). (message: 'bad allocation', details: ''). [0]Kusto.Data.Ex...
yonixw
Feb 15, 2023Copper Contributor
What worked for me was to remove all "mv-expand". because I guess the multiplied the rows too fast.
I was lucky to use them only for filtering, so I replaced them with mv-apply if i need to filter arrays or mv-apply p=bag_keys(...) if I need to filter on keys or values with obj[p]