We are using SmartGWT to develop the application. When 1 client access the SmartGWT server, it uses x memory on Jetty. When there are 5 clients to access the server simultaneously, it uses 5x memory on Jetty. Is there any guidance how to design SmartGWT client and server to keep the memory usage stable with multiple clients?
↧