-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
postgres needs sync_file_range #88
Comments
Thanks for the detailed report, Postgres is calling |
shentubot
pushed a commit
that referenced
this issue
Aug 22, 2018
See #88 PiperOrigin-RevId: 209780532 Change-Id: Iff8004474020511503a0a5cd2cdba2b512c327ef
Resolved by 2ef122d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. I'm trying banchmark docker postgres with gvisor by using pgbench. I execute the following commands:
then start benchmark:
this test completes successfully, but if I increase the number of transactions and clients:
test hangs (just stop), apparently waiting for a response from the database.
postgres spam message:
WARNING: could not flush dirty data: Function not implemented
Attach logs and docker info
runsc.log.20180709-154037.490428.create.log
runsc.log.20180709-154037.494581.gofer.log
runsc.log.20180709-154037.507678.state.log
runsc.log.20180709-154037.512384.start.log
runsc.log.20180709-154037.652205.state.log
docker_info.txt
postgres docker without using gvisor easy completes this test. Any idea what might be wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered: