RAM Allocation Advice

Status
This thread has been locked.

King Archie

Java Software Development
Banned
Feedback score
6
Posts
168
Reactions
45
Resources
0
Sup.

On my dedicated server I need,
Redis Server (queried often)
MySQL Server (queried often)
Teamspeak Server
Website
6 Hub Servers (max 100 players)
10 Game Servers (max 40 - 50 players).

Looking into purchasing an OVH 32 Game Server, need some recommendations on how much RAM to allocate.

ALSO any links to affordable dedicated hosting.

Cheers.
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

LilProteinShake

Java/Kotlin Developer
Supreme
Feedback score
9
Posts
326
Reactions
106
Resources
0
Sup.

On my dedicated server I need,
Redis Server (queried often)
MySQL Server (queried often)
Teamspeak Server
Website
6 Hub Servers (max 100 players)
10 Game Servers (max 40 - 50 players).

Looking into purchasing an OVH 32 Game Server, need some recommendations on how much RAM to allocate.

ALSO any links to affordable dedicated hosting.

Cheers.

You can keep your SQL and Redis local, put the teamspeak & website together on a VPS, and the BungeeCord on a separate VPS. For the 16 servers you should probably dedicate at least 4-6 per game server and 1-2 per hub server depending on how much activity you're looking to see and how intense the server load will be.
 

King Archie

Java Software Development
Banned
Feedback score
6
Posts
168
Reactions
45
Resources
0
You can keep your SQL and Redis local, put the teamspeak & website together on a VPS, and the BungeeCord on a separate VPS. For the 16 servers you should probably dedicate at least 4-6 per game server and 1-2 per hub server depending on how much activity you're looking to see and how intense the server load will be.
Does the BungeeCord not have to be on the same dedi as the servers? Also the website will use some of the data from the MySQL so I rhought would be fastest to have that on the dedi. I get what you’re saying.
 
Banned forever. Reason: Ban Evading (Archie, https://builtbybit.com/members/archie.15314/)

LilProteinShake

Java/Kotlin Developer
Supreme
Feedback score
9
Posts
326
Reactions
106
Resources
0
Does the BungeeCord not have to be on the same dedi as the servers? Also the website will use some of the data from the MySQL so I rhought would be fastest to have that on the dedi. I get what you’re saying.

Oh, sorry I assumed that the servers would be using the MySQL. It's a rule of thumb to keep the website on a different machine, if someone hits your port 80 you don't want it to fuck your whole machine. Also, slap some blazingfast/cloudflare on all that shit to help protect yourself a bit more.
 

King Archie

Java Software Development
Banned
Feedback score
6
Posts
168
Reactions
45
Resources
0
I want the databases on the dedi with the servers the rest doesn’t matter too much.[DOUBLEPOST=1535240877][/DOUBLEPOST]
Oh, sorry I assumed that the servers would be using the MySQL. It's a rule of thumb to keep the website on a different machine, if someone hits your port 80 you don't want it to fuck your whole machine. Also, slap some blazingfast/cloudflare on all that shit to help protect yourself a bit more.
The MySQL will be for the server and the website so that in game data can be shared.
 
Banned forever. Reason: Ban Evading (Archie, https://builtbybit.com/members/archie.15314/)

LilProteinShake

Java/Kotlin Developer
Supreme
Feedback score
9
Posts
326
Reactions
106
Resources
0
I want the databases on the dedi with the servers the rest doesn’t matter too much.[DOUBLEPOST=1535240877][/DOUBLEPOST]
The MySQL will be for the server and the website so that in game data can be shared.

Hmmmm, well you want the mysql to have 0 latency to the server so there's no major hold ups. I can't help you much more than that.
 

King Archie

Java Software Development
Banned
Feedback score
6
Posts
168
Reactions
45
Resources
0
Banned forever. Reason: Ban Evading (Archie, https://builtbybit.com/members/archie.15314/)

King Archie

Java Software Development
Banned
Feedback score
6
Posts
168
Reactions
45
Resources
0
Each game server has the same database on the dedi and the web server has exactly the same database but just a copy? How does that help security? If the database is leaked the data is the same in both DBS.

Database contains
UUID, rank, time played, etc

Each server accessed it to load player profiles and I wanna be able to have the website look up usernames and such and return this info.

Am I misunderstanding?
 
Banned forever. Reason: Ban Evading (Archie, https://builtbybit.com/members/archie.15314/)

King Archie

Java Software Development
Banned
Feedback score
6
Posts
168
Reactions
45
Resources
0
Banned forever. Reason: Ban Evading (Archie, https://builtbybit.com/members/archie.15314/)

King Archie

Java Software Development
Banned
Feedback score
6
Posts
168
Reactions
45
Resources
0
Game servers have a min of 16 on and players can only join the next available server, which means they cannot be too spaced out. Hub servers are used in between games. What do you think of 3 2GB hubs with 150 player limit and several 3GB game servers (40 player limit). Should be fine?
 
Banned forever. Reason: Ban Evading (Archie, https://builtbybit.com/members/archie.15314/)
Status
This thread has been locked.
Top