The graph is memory usage of the pod, which only has vhttpd running. The load test consists of calls to an empty vortex script. I have 5 requests/sec for the first 2 hours and then 30 requests/sec. It doesn't really level off in the last hour. It slowly grows. It does level off after the load test of calling the script is done, but never goes back down.
Texis can run as a CGI, but nginx doesn't do CGI. You'd need to use a webserver that does CGI, like Apache httpd. There are others, but we have little experience with them.
Is it possible to install Texis in a docker container using a o/s other than Centos, such as Debian or Ubuntu? If so, can you give me a dockerfile that creates the container?