Skip to content
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

x/build: make OpenBSD use a memory filesystem for its workdir #18314

Open
bradfitz opened this issue Dec 14, 2016 · 1 comment
Open

x/build: make OpenBSD use a memory filesystem for its workdir #18314

bradfitz opened this issue Dec 14, 2016 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) OS-OpenBSD Performance
Milestone

Comments

@bradfitz
Copy link
Contributor

The OpenBSD builders are some of the slowest.

See if it's faster with a memory filesystem for its workdir.

See #16951 (comment) for details. Basically just:

$ mount -t mfs -o rw,nodev,nosuid,-s=1G /dev/sd0b /tmp

Make the buildlet do that on start, like it already tweaks other system stuff.

/cc @mdempsky @4a6f656c

@bradfitz bradfitz added the Builders x/build issues (builders, bots, dashboards) label Dec 14, 2016
@bradfitz bradfitz added this to the Unreleased milestone Dec 14, 2016
@bradfitz bradfitz self-assigned this Dec 14, 2016
@bradfitz
Copy link
Contributor Author

I tried this on an OpenBSD 6.4 amd64 instance and it works, but it's still not any faster. Continuing debugging in #29223

@bradfitz bradfitz removed their assignment May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) OS-OpenBSD Performance
Projects
None yet
Development

No branches or pull requests

1 participant