Skip to content

Commit

Permalink
bump num nics (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Jan 18, 2025
1 parent 703d11a commit 46f5e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic/docker/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, hostname, username, password, conn_mode):
self.qemu_args.extend(["-smp", "2"])
self.nic_type = "virtio-net-pci"
self.conn_mode = conn_mode
self.num_nics = 10
self.num_nics = 96
self.hostname = hostname

def bootstrap_spin(self):
Expand Down

0 comments on commit 46f5e20

Please sign in to comment.