aionnetwork / aion_pool2

aion pool implementation with c# core.
13 stars 15 forks source link

Minimum Hardware Specifications #11

Open HansF opened 5 years ago

HansF commented 5 years ago

Recommended Minimum Hardware Specifications: SSD based storage 32 GB RAM 16 core CPU Assumes the Aion pool and kernel will be running on the same machine.

So what would be the specs if we split both? And also, since wording can be a bit fuzzy sometimes. Do you mean "cores" or "threads"?

equ1miner commented 5 years ago

The amount you need is based on the user load. You want to maintain a quick response for all aspects daemon and pool. BTW 4 core/4t and 32gb would be fine for a smaller pool and less would be needed for solo implementations. I'd be careful going under 32gb as the java kernal uses a fair bit of ram.

Correct this assume the pool and kernal is running on the same machine with these so distributing them would reduce individual requirements! If load becomes an issue alternatively you could run multiple stratum servers or separate postgres server.