Unverified Commit 7e096cdd authored by Kroese's avatar Kroese Committed by GitHub
Browse files

docs: Improve disk resizing instructions (#407)

Added terminal commands for resizing disk.
parent 3a98bf27
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -132,6 +132,14 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/macos/refs/heads/maste
  
> [!TIP]
> This can also be used to resize the existing disk to a larger capacity without any data loss.
>
> However afterwards you will need to run the following two commands from the terminal in macOS:
>
> `diskutil repairDisk disk2`
> 
> `diskutil apfs resizeContainer disk3 0`
>
> to allocate this additional space.

### How do I change the amount of CPU or RAM?