Skip to content

what is ram requirements #19133

Locked Answered by ravindk89
furllmm asked this question in Q&A
Feb 26, 2024 · 1 comments · 10 replies
Discussion options

You must be logged in to vote

https://min.io/docs/minio/linux/operations/checklists/hardware.html#memory

We have some light guidance on recommended memory based on host storage.

As of https://github.com/minio/minio/releases/tag/RELEASE.2024-01-28T22-35-53Z we pre-allocate a minimum of 2Gi per node in distributed and 1Gi per node in single-node topologies. Add set CI_CD=true envvar to reduce this allocation to 256MiB. Persisting this value across restarts will depend on your operating system.

You could always run MinIO in a container and limit memory that way.

podman run -dt                                  \
  -p 9000:9000 -p 9001:9001                     \
  -v PATH:/mnt/data                             \
  -v /etc/d…

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@xujuchao
Comment options

@wuyudian1
Comment options

@xujuchao
Comment options

@wuyudian1
Comment options

@xujuchao
Comment options

Answer selected by ravindk89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
5 participants
Converted from issue

This discussion was converted from issue #19132 on February 26, 2024 15:53.