zhangxx
zhangxx
> Yes, we've updated default memory parameters to be higher, starting at 1GB. [#2169](https://github.com/paradedb/paradedb/pull/2169) I tried setting paradedb.create_index_memory_budget = 16, but the problem persists, and there are no changes. I...
maintenance_work_mem 64MB shared_buffers 128MB paradedb.create_index_memory_budget 16MB number cpus 2 My server doesn't have any other services running, and version 0.13 worked fine, so there must be something else wrong somewhere.
I directly modified the `postgresql.conf` and restarted the container. Then, I connected to the database and used the command `show paradedb.create_index_memory_budget` to check the configuration and confirm that it had...