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
I have noticed the slowness issue when using docker-compose example with postgresql reported here: #773
Workaround:
diff --git a/docker-compose-examples/grist-with-postgres-redis-minio/docker-compose.yml b/docker-compose-examples/grist-with-postgres-redis-minio/docker-compose.yml index 1202fd27..ec86447a 100644 --- a/docker-compose-examples/grist-with-postgres-redis-minio/docker-compose.yml +++ b/docker-compose-examples/grist-with-postgres-redis-minio/docker-compose.yml @@ -35,6 +35,7 @@ services: grist-db: image: postgres:alpine + command: -c jit=off environment: POSTGRES_DB: grist POSTGRES_USER: grist
Grist instance:
Browser name, version and platforms on which you could reproduce the bug:
Link to browser console log if relevant:
Link to server log if relevant:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the current behavior
I have noticed the slowness issue when using docker-compose example with postgresql reported here: #773
Steps to reproduce
Describe the expected behavior
Workaround:
Where have you encountered this bug?
Instance information (when self-hosting only)
Grist instance:
Browser name, version and platforms on which you could reproduce the bug:
Link to browser console log if relevant:
Link to server log if relevant:
The text was updated successfully, but these errors were encountered: