[Feature] Remove MinIO (memory consumption) #624
Labels
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
python
Pull requests that update Python code
question
Further information is requested
Is your feature request related to a problem? Please describe
MinIO is OOM killed every 2 or 3 days, cleaning storage now take a lot of time while before it takes only 10 minutes.
Describe the solution you'd like
I think we can try to remove MinIO and just use Django to access files from other servers. This also remove a dependency to S3 storage.
Describe alternatives you've considered
Additional context
Since last versions MinIO use a lot more memory and is OOM killed every 2 or 3 days.
MinIO seems to focus on big Kubernetes stuff and not small infrastructures anymore, closing all issues about this memory consumption with a "MinIO preallocates buffers for incoming data now" message.
The text was updated successfully, but these errors were encountered: