Hi!
We have an installation of XWiki which crashes as soon as several users are using the platform (around 4 users (and more obviously…)).
We are using Apache Tomcat on the application server.
No matter how much vCPUs or memory we allocate to the server and app configuration, it ends by crashing, app is using all the available memory, and all vCPUs
This application server is behind an Apache server configured as a reverse proxy.
After a certain time of use, we don’t get any application server response. The reverse proxy then returns an error 503.
Would be nice to have more detail on what exactly you mean by “crash” because it can have very different causes depending on that. If Java/Tomcat is not running at all anymore (not listed in running executables) then it generally means it’s been killed by the kernel and this is generally the sign that Java is allocated more memory than the system has and is eventually killed to avoid harming the other applications.