Hello all, I've been working with the Flink SQL Client lately, and have been trying to use it on a Docker image. I've noticed that when it runs on an image, however, it performs much slower and after 1 or 2 sql queries, stops working altogether, leading me to have to restart the SQL client. I've noticed through the Docker Desktop that the container running it has very high CPU usage when running the client, and uses over 1 GB of memory usage just after running start-cluster.sh. When running sql queries, the memory usage steadily increases until it stops some point after 3 GB, and stops working.
Does anyone have any recommendations to make the SQL client more reliable in a Docker image, and to make queries return faster? It is relatively seamless when doing the same things locally, and messing with the Docker Desktop resources has caused issues. Thanks for your help!