diff options
Diffstat (limited to '')
-rw-r--r-- | vagrant/pfsense/vm-config.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vagrant/pfsense/vm-config.yaml b/vagrant/pfsense/vm-config.yaml new file mode 100644 index 0000000..579170f --- /dev/null +++ b/vagrant/pfsense/vm-config.yaml @@ -0,0 +1,10 @@ +nics: + e1000: 4 + virtio: 4 +vcore: 8 +numa: 2 +memory: 12288 +huge2mb: 512 +pxb: 2 +mount_point: "/home/vagrant/pfsense" +dpdk_version: "20.11.3" |