Jump to content

Resources download speed problem


Hero192

Recommended Posts

Hello,

I had started a Debian Linux server x64,

Status of it:

core 1, 1gb ram, 24 GB SSD Storage, 2 TB Transfer, 40 Gbps Network In, 125 Mbps Network Out

And now, I have a problem with the client resources download speed are too slow for the clients (new players) it takes a while to download some KBs.

Please tell me what I have to do to solve this problem, it's really annoying.

~Thanks in advance.

Link to comment

I stuck on this point,

  Quote
"Edit: /etc/nginx/sites-available/default"

Shall I open the file default of nginx folder with the SFTP and search for 'root' because there are about two lines with root and change them by this line?

root /PATH_TO_MTA_SERVER/mods/deathmatch/resource-cache/http-client-files;

And the same thing goes to listen?

Find listen and changes it to

listen 20080;

I wonder,

tell me what I have to do in this case please

Link to comment

-default

  Reveal hidden contents

-nginx.conf

  Reveal hidden contents
Link to comment
  Reveal hidden contents
Link to comment
  • MTA Team

So the MTA server is currently installed into /root/server

nginx can not read files inside /root, so move the MTA server to another directory, like /srv

mv /root/server /srv 

Then edit /etc/nginx/sites-available/default

and change:

root /server/mods/deathmatch/resource-cache/http-client-files; 

to

root /srv/server/mods/deathmatch/resource-cache/http-client-files; 

and restart nginx

service nginx restart 

Link to comment

Yeah sounds good, I had used the URL Compression toll to make test and returned with a green color saying that "Compressed"

results:

Uncompressed Page Size: 0.8 KB

Compressed Page Size: 0.4 KB

Savings: 49.9%

So that's done now? or I still have to do something else

Note: Because the download is till slow like before

And btw,thanks alot for helping me out to solve this, I appreciate that

Link to comment
  • MTA Team

I tested your server and got 430 files in 6 seconds, which is about right for external http server and 50ms ping

(Max files per second is: httpmaxconnectionsperclient / ping * 1000 )

How long does it take for you to download the files?

Link to comment

Currently I have few files on it, it takes 15secs If I had already the client filles it takes less than 7 secs but I am afraid when I will have more filles.

My ping on this server is betwewn 40 to 50.

Note: I just found a new problem when my ping goes high for examle 500/1000ping I lose the connection from the server

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...