-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Slow S3 performance (MiniO) #5254
Labels
not confirmed
Report seems plausible but requires additional testing or 3rd part confirmation.
Comments
DEPSTRCZ
added
the
not confirmed
Report seems plausible but requires additional testing or 3rd part confirmation.
label
Dec 9, 2024
Thank you for the detailed submission. |
Of course. It is: 1.18.0 Here is the config in its current state..
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
not confirmed
Report seems plausible but requires additional testing or 3rd part confirmation.
Current Behavior
This might be unrelated, but I wanted to at least try to get some insights into this issue. Since i am really out of ideas
I am using a MinIO SNSD deployment for Pterodactyl backups and have observed strangely slow performance when MinIO is accessed through an Nginx HTTPS reverse proxy. Specifically, a 5GB part upload takes approximately 7 minutes. However, when I configure the panel to use S3 via direct IPv4:port, the upload completes in only about 3 minutes.
To me, this suggests that the issue might lie with the Nginx proxy. To investigate further, I conducted the same test using the MinIO client, comparing uploads through the Nginx proxy and direct IPv4. For this test, I used a 5GB file to simulate the specified part size in Pterodactyl and included the
--disable-multipart
flag to simulate Wings sending one part at a time. The results were consistent across both IPv4 and the Nginx proxy, with upload times of approximately 3 minutes in both cases. This means the problem might not lie in the Nginx proxy.Notes
Expected Behavior
Faster upload speeds. Without any slow downs.
Steps to Reproduce
Set up a remote MinIO SNSD deployment.
Configure an Nginx reverse proxy for the MinIO deployment.
Test the speed of Wings backups via direct IPv4 access.
Panel Version
1.11.10
Wings Version
1.11.13
Games and/or Eggs Affected
None
Docker Image
None
Error Logs
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: