[GH-ISSUE #70] tune performance when executing on macOs #41

Closed
opened 2026-03-01 21:39:20 +03:00 by kerem · 0 comments
Owner

Originally created by @shouze on GitHub (Jun 20, 2019).
Original GitHub issue: https://github.com/nektos/act/issues/70

This simple tuning can lead to at least 30% gain in action execution time, up to twice faster than without it 😉

github.com/nektos/act@308162e2eb/actions/runner_exec.go (L157)

if runtime.GOOS == "darwin" {
    // add `:delegated` at the end of the workspace volume string
    // see https://docs.docker.com/docker-for-mac/osxfs-caching/#tuning-with-consistent-cached-and-delegated-configurations
}
Originally created by @shouze on GitHub (Jun 20, 2019). Original GitHub issue: https://github.com/nektos/act/issues/70 This simple tuning can lead to at least 30% gain in action execution time, up to twice faster than without it 😉 https://github.com/nektos/act/blob/308162e2eb938f4eba6f887bb921b88167174439/actions/runner_exec.go#L157 ```go if runtime.GOOS == "darwin" { // add `:delegated` at the end of the workspace volume string // see https://docs.docker.com/docker-for-mac/osxfs-caching/#tuning-with-consistent-cached-and-delegated-configurations }
kerem closed this issue 2026-03-01 21:39:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#41
No description provided.