Dorothy wrote: I installed it just now, good to see your valuable post before I open survey.
Is it performance defect? Mentioned not only once here.
Since Limesurvey is on top of stack (Datacenter, Hardware, OS, Webserver, Database, PHP Engine there is no simple rule of thumb. The usage of RAM is very different since a e.g. webserver can be configured in thousands of ways. How many concurrent users a system can bear is a trial and monitoring thing.
Limesurvey is weak in starting the php session, which is created for every user hitting the survey.
These session files, when written to a storage can be big. 1 MB per user is not seldom. If you are on shared hosting you can hit limits fast. But it depends on the provider and their systems.
CPU Power, Memory, IOPS of the Storage and Bandwidth are the limiting factors in term of resources. Next comes the configuration of the OS, Webserver, Datebase and PHP. This all is not related to Limesurvey. There is always room for optimization of the limesurvey codebase. But it isn't in that bade shape that your Setups should start there.
I use SSD storage for hosting surveys to reduce delay when many sessions files are written. To calculate RAM you have to know how many webserver processes can be started and how much ram one process is consuming. 4 RAM can be good, can be nothing.
But this out of scope for this forum.