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