-
Notifications
You must be signed in to change notification settings - Fork 224
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
docs: add note on increasing work_mem #2952
docs: add note on increasing work_mem #2952
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After removing the circus references, I would maybe add a hint that can be useful for debugging. If one sets log_temp_files = 0 in
/etc/postgresql/10/main/postgresql.confone can check if the writing of temporary files is indeed an issue. Also I would probably recommend querying for the message table size and then adjusting the
work_mem` setting based on that as e.g. for me and Daniele the table size was different.
+ restructure troubleshooting section a bit
b8752ee
to
8c83f45
Compare
thanks for the suggestions - I've tried to incorporate them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Leo!
it seems that, for whatever reason, the issue described here has resurfaced: aiidateam#2420 (comment) It was thought that this could be prevented by adding the `--no-cache-dir` argument to pip here: aiidateam#2799 but apparently this fix was fortuituous?
It does seem to be the same error, and indeed the |
I'm going to merge this now... will hopefully fix this travis problem at some point as well. |
fix #2859