Skip to content

Commit

Permalink
Merge pull request #18493 from skoenig/doc-work-around-for-virtualbox…
Browse files Browse the repository at this point in the history
…-networking-be-slow

site: VirtualBox driver NIC type alternative for performance enhancement
  • Loading branch information
medyagh authored Mar 28, 2024
2 parents 9cf568a + 1f73c6f commit 71113a3
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 71113a3

Please sign in to comment.