Replies: 1 comment 7 replies
-
I would assume that it is something like Related: #968 (comment) Alternatively, overriding the |
Beta Was this translation helpful? Give feedback.
7 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.
-
Hello! I was wondering what the right away to configure max_locks_per_transaction this is in a github actions workflow file given I am using a docker postgres image
Current my yaml file looks something like this
then come other configs then eventually I run pytest with
But I'm not sure how to set max_locks_per_transaction in this file such that I can avoid an error during pytest in Github Actions due to this error:
PG::OutOfMemory: ERROR: out of shared memory
HINT: You might need to increase max_locks_per_transaction.
Beta Was this translation helpful? Give feedback.
All reactions