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
The I/O performance on our Solaris builders seems slow.
(I just did a gomote push of a 42 MB tar.gz and it took much longer than I'm used to for it to unpack remotely.)
Investigate how to do a tmpfs-sorta thing on Solaris for its ephemeral $WORKDIR.
/cc @4ad
The text was updated successfully, but these errors were encountered:
/tmp is always the ram-backed filesystem on Solaris (tmpfs): http://www.c0t0d0s0.org/archives/5815-Less-known-Solaris-features-The-curious-case-of-the-tmp-in-Solaris.html
/var/tmp is the persistent-storage-backed filesystem on Solaris (typically ZFS).
For other custom uses, see 'man tmpfs' or here:
https://docs.oracle.com/cd/E53394_01/html/E54785/fscreate-34114.html
Sorry, something went wrong.
Our Joyent builder no longer exists, so closing.
No branches or pull requests
The I/O performance on our Solaris builders seems slow.
(I just did a gomote push of a 42 MB tar.gz and it took much longer than I'm used to for it to unpack remotely.)
Investigate how to do a tmpfs-sorta thing on Solaris for its ephemeral $WORKDIR.
/cc @4ad
The text was updated successfully, but these errors were encountered: