![Hands-On DevOps with Vagrant](https://wfqqreader-1252317822.image.myqcloud.com/cover/306/36699306/b_36699306.jpg)
上QQ阅读APP看书,第一时间看更新
CPU architecture
A system's CPU architecture is generally 32-bit or 64-bit. When you download the VirtualBox or Vagrant software package-installer, you will have to define which version you require.
We can run the sysctl hw.cpu64bit_capable command, which lets us know whether our system is capable of running 64-bit software. In this screenshot of my system, you can see the returned value is 1:
![](https://epubservercos.yuewen.com/7BCA21/19470387101530706/epubprivate/OEBPS/Images/41ac0fa7-ed4d-44d9-a4e9-acb6e058484e.png?sign=1739204946-0FKhcC7YqtIHHJsaLfiLm3WWeIiA0onX-0-2ca217fc64956b359449b47573fe11b3)
This means that I have a 64-bit-capable Mac system. If your value returns as empty or 0, then your system only supports 32-bit.