Kristoffer Andersen
Kristoffer Andersen
A small update. The last migration I started yesterday was finally done today. However, when I run `edgedb --tls-security=insecure -P 5656 migrate` I end up with a `out of memory`...
Okay, I see. Thanks for the feedback! Would it be possible for me to improve performance by splitting up the schema into smaller independent chunks and do multiple migrations to...
Hello again, I noticed https://github.com/edgedb/edgedb-cli/issues/652 was closed and https://github.com/edgedb/edgedb-cli/pull/744 was merged. I would be happy to help with testing the latest changes if there is a development build available that...
Hello again! I tried this again recently using `EdgeDB v2.1+c600476` and the `migration create` step finished in about 3,5 hours (which is a whole lot better than what I experienced...
@elprans Thank you for the advice! I really appreciate you taking the time. So I am currently running migrations incrementally with the aim of finding a reasonable increment size that...
Great Success! After having tried increments of 600 and 300 (both resulting in `invalid memory alloc` errors)I finally found a working increment size of 100 :) It took approximately 20...
Hello again! Thank you for the response! I really appreciate it :) I have some more issues related to migrating larger schema and performance issues, * CLI: 2.0.5+da7c868 * SERVER...
Thanks for the quick response! Hm, I seem to have tried all possible combinations of env vars (including the ones you suggested), but so far I haven't found the correct...
Success! I could have sworn I had tried using the _FILE in one of my attempts with different env variable combos. But at the very least I can confirm it...
Hey, by following the conversation from https://github.com/KhronosGroup/glTF-Blender-IO/issues/1232 it seems this feature was intended to be merged by https://github.com/KhronosGroup/glTF-Blender-IO/pull/1676 and land in Blender 3.4 (following the comment [here](https://github.com/KhronosGroup/glTF-Blender-IO/issues/1685#issuecomment-1187721408)). But from I...