Page 3 of 3

Re: vhttpd

Posted: Mon May 24, 2021 5:01 pm
by mark
Is that graph just vhttpd?
What different is going on the last hour+ of that graph when the mem usage is leveled off?

Re: vhttpd

Posted: Tue May 25, 2021 10:22 am
by aitchon
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.

Re: vhttpd

Posted: Wed May 26, 2021 4:11 pm
by aitchon
Is it possible to run Texis on nginx, so I can possibly do a comparison of memory consumption?

Re: vhttpd

Posted: Wed May 26, 2021 4:22 pm
by mark
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.