Increase macOS Namespace cache volume
This commit is contained in:
parent
2da0244d42
commit
bf4b270db5
5 changed files with 4 additions and 4 deletions
|
|
@ -41,9 +41,9 @@ namespace:
|
|||
size_gb: 40
|
||||
macos_cache_path: "/Users/runner/.cache/burrow"
|
||||
macos_cache_volumes:
|
||||
- tag: "burrow-forgejo-macos-cache"
|
||||
- tag: "burrow-forgejo-macos-cache-v2"
|
||||
mount_point: "/Users/runner/.cache/burrow"
|
||||
size_gb: 60
|
||||
size_gb: 160
|
||||
|
||||
runner:
|
||||
name_prefix: "nscloud-"
|
||||
|
|
|
|||
|
|
@ -193,9 +193,9 @@ func (c *Config) Validate() error {
|
|||
if len(c.Namespace.MacosCacheVolumes) == 0 {
|
||||
c.Namespace.MacosCacheVolumes = []CacheVolumeConfig{
|
||||
{
|
||||
Tag: "burrow-forgejo-macos-cache",
|
||||
Tag: "burrow-forgejo-macos-cache-v2",
|
||||
MountPoint: c.Namespace.MacosCachePath,
|
||||
SizeGb: 60,
|
||||
SizeGb: 160,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue