Environment Checklist
Before you install Milvus, check your hardware and software to see if they meet the requirements.
Hardware requirements
Component | Requirement | Recommendation | Note |
---|---|---|---|
CPU | Intel CPU Sandy Bridge or later |
|
Current version of Milvus does not support AMD and Apple M1 CPUs. |
CPU instruction set |
|
|
Vector similarity search and index building within Milvus require CPU's support of single instruction, multiple data (SIMD) extension sets. Ensure that the CPU supports at least one of the SIMD extensions listed. See CPUs with AVX for more information. |
RAM |
|
|
The size of RAM depends on the data volume. |
Hard drive | SATA 3.0 SSD or higher | SATA 3.0 SSD or higher | The size of hard drive depends on the data volume. |
Software requirements
Operating system | Software | Note |
---|---|---|
macOS 10.14 or later | Docker Desktop | Set the Docker virtual machine (VM) to use a minimum of 2 virtual CPUs (vCPUs) and 8 GB of initial memory. Otherwise, installation might fail. See Install Docker Desktop on Mac for more information. |
Linux platforms |
|
See Install Docker Engine and Install Docker Compose for more information. |
Windows with WSL 2 enabled | Docker Desktop | We recommend that you store source code and other data bind-mounted into Linux containers in the Linux file system instead of the Windows file system. See Install Docker Desktop on Windows with WSL 2 backend for more information. |
Software | Version |
---|---|
etcd | 3.5.0 |
MinIO | RELEASE.2020-11-06T23-17-07Z |
Pulsar | 2.8.2 |
What's next
-
If your hardware and software meet the requirements, you can:
-
See System Configuration for parameters you can set while installing Milvus.