Marcel Steinbach

Results 4 comments of Marcel Steinbach

this duplicates #1044 I think

Is this maybe due to `max_materializations_per_minute` (https://github.com/dagster-io/dagster/blob/master/python_modules/dagster/dagster/_core/definitions/auto_materialize_policy.py#L112)? ``` Lastly, the `max_materializations_per_minute` parameter, which is set to 1 by default, rate-limits the number of auto-materializations that can occur for a particular...

https://github.com/duckdb/duckdb/pull/12978 doesn't fix this ``` $ docker run -it --entrypoint='sh' -m=250m datacatering/duckdb:v1.1.3 -c "cat /sys/fs/cgroup/memory.max ; /duckdb -c \"select version(), current_setting('max_memory')\"" 262144000 ┌─────────────┬───────────────────────────────┐ │ "version"() │ current_setting('max_memory') │ │ varchar...