bug: unable to merge branch with large data change #4448
Labels
priority/2
This issue stalls work on the project or its dependents, it's a blocker for a release
type/bug
Something isn't working as expected
Milestone
Component
API Server / GraphQL
Infrahub version
0.16.0
Current Behavior
When you want to merge a branch with a large data change (40 devices, 4000 interfaces) you get an error message:
The message only seems to occur after some time and it seems that the database server has run out of memory.
After this issue, you seem to be unable to restart the database and therefor the application server.
This happens using the recommended hardware requirements (in this case 12CPU, 16GB RAM).
Expected Behavior
The merge operation should succeed!
Steps to Reproduce
inv dev.start demo.load-infra-schema
infrahubctl branch create test
infrahubctl run <script.py> num_devices=40 --branch test
test
branchAdditional Information
No response
The text was updated successfully, but these errors were encountered: