We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By setting this:
PG_DATA: /dev/shm/pgdata/data
We could use memfs, and then speed up the container.
Other options and ideas for the test speed-ups:
I've been running tests for years with these options, without any known side effects:
-c shared_buffers=128MB -c fsync=off -c synchronous_commit=off -c full_page_writes=off
The text was updated successfully, but these errors were encountered:
Hi @moltar. Interesting, thanks for the info.
Feel free to raise a PR and if tests pass I don't see any issue in merging.
Sorry, something went wrong.
@moltar Sure
No branches or pull requests
By setting this:
We could use memfs, and then speed up the container.
Other options and ideas for the test speed-ups:
I've been running tests for years with these options, without any known side effects:
The text was updated successfully, but these errors were encountered: