I want to have concurrent users about 8 - 10 users with decent load speed (opening application in 5 - 6 secs) for open source RStduio server of R version 4.1.0
Currently , the app opens in 15 secs for just one user but when we start adding other users the app starts to slow down (takes a minute or so even for 4 users) . I understand that R studio open source allows only one session and in that we can use concurrent users.
Is it possible to have concurrent users for about 8-10 users with decent speed (5-6 secs).
We have the Rstudio in EC2 instance of t2.xlarge . No docker used. No load balancer , we have just one EC2 instance of t2.xlarge
I did see a post for similar issue at Multiple rsessions for a single user - #3 by mksf but this is an old post and it closed too.
Please provide your input in this regard.