Application Slowness and unreachability when 1000 concurrent students attempting the exam || Moodle

Re: zend_mm_heap corrupted

by Kunal Gholap -
Number of replies: 0
Hi,

We have conducted the exam of 2000 concurrent users this week. And Finally, it went smoothly. Thanks for all your suggestions and support.

Our Architecture was, we used an AutoScaling setup with 5 servers running at the start (each has 2CPU, 8GB RAM). Traffic is equally distributed using Load Balancer. For RDS DB we did one change we migrate our DB from m5.large (2CPU, 8GB) to r5.2xlarge (8CPU. 64GB RAM). Also, we have Redis for cashing and performance.

This is the one solution but at the time it's been costly when we upgrade our RDS DB. So now we are in process of cost-effective Database architecture that can handle 2000-3000 concurrent requests. So for our next exam of such load, we kept everything the same but will look for cost-effective Database architecture.

Any suggestion will be appriciated.