Skip to content

Commit

Permalink
doc: VirtualBox driver NIC type alternative for performance enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
skoenig committed Mar 23, 2024
1 parent afaf858 commit 1f73c6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/content/en/docs/drivers/virtualbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ minikube start supports some VirtualBox specific flags:
## Troubleshooting

* Run `minikube start --alsologtostderr -v=7` to debug crashes
* If you experience slow network performance with the VirtualBox driver, changing the Network Interface Card (NIC) type may improve speed. Use the following command to start minikube with the AMD PCNet FAST III (Am79C973) for both NAT and host-only network interfaces:

```shell
minikube start --vm-driver=virtualbox --nat-nic-type=Am79C973 --host-only-nic-type=Am79C973
```

0 comments on commit 1f73c6f

Please sign in to comment.