Hi, I have been running Metabase in production for a business use case in AWS Fargate. The Container spec I have given for it is 4vcpu, 18GB RAM and I am running a single container. It is exposed via ALB
Now, when I run it, it runs fine for a few days, and after about 10 odd days, the Metabase hangs up, won't show the SSO login screen, and shows a blank white page. What could be the original fix for it? Is it Java opts not rendering inside properly?
Current Java Opts :
{
"name": "MB_JETTY_ASYNC_RESPONSE_TIMEOUT",
"value": "1500000"
"name": "MB_JETTY_MAXTHREADS",
"value": "800"
},
{
"name": "JAVA_OPTS",
"value": "-Xmx18g"
},
"name": "MB_JDBC_DATA_WAREHOUSE_MAX_CONNECTION_POOL_SIZE",
"value": "300"
},