From d2b4abef60e254de18b6590d17e8265eef1b2613 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Fri, 17 Jan 2025 14:35:02 +0400 Subject: [PATCH] .goreleaser.yml: caveats stanza with DHCP fix information --- .goreleaser.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 810fe9d9..85ce0d12 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -46,7 +46,13 @@ brews: repository: owner: cirruslabs name: homebrew-cli - caveats: See the GitHub repository for more information + caveats: | + Tart has been installed. You might want to reduce the default DHCP lease time + from 86,400 to 600 seconds to avoid DHCP shortage when running lots of VMs daily: + + sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.InternetSharing.default.plist bootpd -dict DHCPLeaseTimeSecs -int 600 + + See https://tart.run/faq/#changing-the-default-dhcp-lease-time for more details. homepage: https://github.com/cirruslabs/tart license: "Fair Source" description: Run macOS and Linux VMs on Apple Hardware