Replies: 1 comment 3 replies
-
|
I faced a similar issue, I explicitly set -Xms1G -Xmx7G and pod memory-request to 4Gi and memory-limit to 10Gi, while DuckDB memory_limit was set to 4GB |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm testing duckdb in my java application for data analysis. I'm running my application in kubernetes with constrained memory environment and found this below behaviour
Scenario 1:
Scenario 2:
Is this the expected behviour for ATTACH use cases?
Beta Was this translation helpful? Give feedback.
All reactions