-
Notifications
You must be signed in to change notification settings - Fork 20
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
Re-disable GPU, but only on windows #142
Conversation
This reverts commit e0e7cf9.
And remove unneeded verbatims.
#' * [`"--disable-dev-shm-usage"`](https://peter.sh/experiments/chromium-command-line-switches/#disable-dev-shm-usage) | ||
#' * Only added when `CI` system environment variable is set or when inside a docker instance. | ||
#' * \verb{The /dev/shm partition is too small in certain VM environments, causing Chrome to fail or crash} | ||
#' * The `/dev/shm` partition is too small in certain VM environments, causing Chrome to fail or crash. |
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.
Not sure why these entire sentences were wrapped in \verb
Why is this change needed? |
So the CI checks don't hang forever |
Is it possible for |
Maaaaybe, but given that it causes it to hang on GHA, I don't have a lot of confidence that it will generally help. |
No description provided.