Poor response time of docker after loading the docker with high loads #523
-
I can only load the docker image with 50 - 70 tps (transactions per second) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nothing's wrong and there's no one magic switch or configuration value. You'll need to do your own benchmarking. You need a lot more hardware. Start with 8-10x what you currently have (32 cores, 128GB) and test Apache vs nginx. Then you can finetune number of workers and clients (Apache) for example. Ideally the whole database, or at least all database indices fit into RAM. I'd be surprised if one machine will be enough, so either look for 64-128 core, 256GB RAM machine or purchase multiple. |
Beta Was this translation helpful? Give feedback.
Nothing's wrong and there's no one magic switch or configuration value. You'll need to do your own benchmarking.
You need a lot more hardware. Start with 8-10x what you currently have (32 cores, 128GB) and test Apache vs nginx. Then you can finetune number of workers and clients (Apache) for example. Ideally the whole database, or at least all database indices fit into RAM. I'd be surprised if one machine will be enough, so either look for 64-128 core, 256GB RAM machine or purchase multiple.