Windows is better for running it because it has the ability to make traces and create dumps, if you are having hitches you should take look at following topics
Introduction
In a recent update to FiveM, we have a very easy and in game tool which we can use to identify the exact lines of code and threads causing issues within your server!
This can be used both server side, to help find hitch warnings, or client side to improve FPS. This guide will not explain how to fix these issues, simply how to identify where they are so you can tweak and research to fix them
Prerequisites
To ensure profiler works, make sure your client is up to date, and you are …
Speeding up your Server 101 (Windows)
Setup
Tools used in this 101
UIforETW, we will use this profiler to generate a trace of the for the server.
mysql-async 3.0.7 or newer. Running with the set mysql_slow_query_warning 50 line in the server.cfg
HeidiSQL, because it is visually well-designed for us to improve database structures.
Links
randomasciis’s etw package This should install the Windows Performance and Assessment Toolkit.
HeidiSQL , just to visually represent your database.
Findi…