High memory usage for containzerized ShinyProxy

Hi there,

We have a basic containerized Docker image of ShinyProxy running with the following config (removed sensitive info). We’re seeing memory usage around 800mb, any insight as to why this might be or steps to get info on where the high memory is coming from?

We have nginx running on the VM this is on, using the recommended TLS setup by the ShinyProxy docs.

proxy:
  title: Title
  logo-url: "file:///opt/shinyproxy/www/logo_800_white.png"
  port: 8080
  container-log-path: ./container-logs
  favicon-path: ./www/favicon.png
  landing-page: /app/app
  template-path: ./templates/1col
  authentication: ldap
  docker:
      internal-networking: true
logging:
  file:
    ./shinyproxy.log