Experiencing issue with cache which takes !1.68 GB space. Is it related with space or something else.
Tried to clear cache, after a few pipelines same issue.
It could be related to disk space, but the cache size alone doesn’t necessarily mean that’s the root cause. On a self-hosted macOS runner, I’d also check the runner’s available disk space, cache directory permissions, and whether old cache entries are actually being removed after cleanup.
Since the issue returns after a few pipelines, it may be worth checking whether the pipelines are continuously generating new cache data or whether the cache cleanup process is failing. Looking at the runner logs around the cache restore/save step should help identify where the timeout is occurring.
Disk space is ok. We're running parallel pipelines. May be it's the source of issue. And cache is shared.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.