Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hey guys I am looking to run an object storage server on an embedded Linux platform with ARM Cortex-A53 processors and 2GB RAM (Xilinx-based). Minio is a potential option due to its open-source nature. Has anyone successfully deployed Minio on similar resource-constrained systems? I’m specifically interested in performance, required optimizations, and any challenges encountered during deployment
Yes, Minio can run on it but you will struggle a bit π , you need some optimizations.
Focus on limiting concurrent requests to manage memory, use (SSD), and enable ARM-specific compiler flags for better performance.
Start with light workloads and adjust based on performance.and Watch for high memory usage
CONTRIBUTE TO THIS THREAD