Good Day Team!
We run an instance of open edX (nutmeg) with tutor and have the Cairn plugin installed.
We are currently using AWS EC2’s to run our infrastructure. We recently moved the Tutor Carin plugin onto it’s own EC2 as we were having some timeouts and different errors in components in the superset front end.
We are currently running Superset, Clickhouse, and Vector in an EC2 on AWS.
The majority of the errors that we are seeing is:
Code: 241. DB::Exception: Memory limit (for query) exceeded
MEMORY_LIMIT_EXCEEDED
A few questions for others that are using Cairn:
- What does your infrastructure look like? (EC2s, EKS, Other)
- What size is your infrastructure?
- Do you have Clickhouse externalized outside of Docker? (RDS, other) What size of Clickhouse db do you have?
- Are there other scaling or tuning that you have done for performance?
The CPU and RAM are not hitting 100% during these errors. So, we are trying to determine if there are configurations that we need to tune/change.
Data Stats:
Table:Count
_tracking:137,484,321
completion_blockcompletion:49,641,043
course_overviews_courseoverview:532
auth_user:166,083
Thanks in advance for your help!