I am using a 4 GB Memory / 2 Intel vCPUs / 80 GB Disk / NYC1 - Ubuntu 20.04 (LTS) x64 for a FiveM server. Everything works, but the loading time to get into the server is 3 minutes, while my old hosting was only 50 seconds with the same exact data. How do I make my loading time faster without spending alot of money?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
It is possible that the resources that you have are not enough. You can check the resource utilization with the
htop
command as described here:https://www.digitalocean.com/community/questions/how-to-find-the-processes-that-are-consuming-the-most-server-resources
According to the official FiveM documentation, the recommended system requirements are:
After checking your resource utilization with
top
orhtop
you could consider adding more resources like CPU and RAM.Best,
Bobby