-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigation: Performance with uploading instances to MinIO #154
Comments
Please share the environment running IG & MinIO.
|
Hi @mocsharp. Details of the env. DGX box All boxes are attached to a EFS instance. |
I ran 5 studies using MONAI Deploy Lite and each study was completed within 1-2 mins (upload took no longer than a minute each). The MIG container was set to use only 2 CPUs + 8GB ram. Container stats after all 5 studies are completed.
|
Added ability to switch to disk for storing incoming data before uploading to storage service in PR #166. Time measured from the first instance is received to the time the workflow request is sent. When 10 studies (588 instances per study) are sent to IG continuously, using the disk is much faster than memory:
Similarly for send a single study:
|
Description
Currently in an environment we are seeing that saving a study to MinIO is taking around 1 second per slice. This ticket is to track the investigation of that. Unsure where the issue currently lies.
Steps to reproduce
Expected behavior
Study is uploaded to storage within an acceptable amount of time
Actual behavior
Study taking > 10 mins in some cases to save
The text was updated successfully, but these errors were encountered: