Good afternoon. Could you advise on how to properly scale the server? How much memory should be allocated for the Java process (-Xms, -Xmx), how many parallel processes can be run, and is it even necessary?
What kind of server is needed to handle at least 100 vehicles?
My VPS currently has the following specs: CPUx4, 8GB RAM, and can be upgraded if necessary.
100 vehicles is not much but it would also depend on the update frequency. If you are already using the 100 devices now you could check server load. And typicly with a vps you scale up once its needed, thats what cloud vps is actually used for.
Good afternoon. Could you advise on how to properly scale the server? How much memory should be allocated for the Java process (-Xms, -Xmx), how many parallel processes can be run, and is it even necessary?
What kind of server is needed to handle at least 100 vehicles?
My VPS currently has the following specs: CPUx4, 8GB RAM, and can be upgraded if necessary.