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

Enhancements for docker on macOS #27

Merged
merged 3 commits into from
Oct 22, 2020
Merged

Enhancements for docker on macOS #27

merged 3 commits into from
Oct 22, 2020

Conversation

nalajcie
Copy link
Member

  • fix creating ia32-generic image, speed it up by writing bigger chunks of data
  • bind share as :delegated
  • hackish: use tmpfs for intermediate build artifacts (I/O operations on bind mounts on Darwin are painfully slow)

…ck size

Simplify image creation and optimize number of writes needed (maximize
dd block size)
Should result in better I/O disk performance.
I/O operations on bind mounts in Darwin are painfully slow, speed up the
building.
@nalajcie nalajcie merged commit d34955f into master Oct 22, 2020
@nalajcie nalajcie deleted the fix_ia32_image branch October 22, 2020 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants