[source-mongodb] ingestion error QueryExceededMemoryLimitNoDiskUseAllowed
#34037
-
Beta Was this translation helpful? Give feedback.
Answered by
dennisyoshikawa
Jan 9, 2024
Replies: 1 comment
-
Alhamdulillah, we solve this problem by remove the "view" we don't need from the data source, because the query of the view is take a lot of memory if we run it, thanks guys |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dennisyoshikawa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alhamdulillah, we solve this problem by remove the "view" we don't need from the data source, because the query of the view is take a lot of memory if we run it, thanks guys