Hmm, it depends on what are clients really doing.. Without knowing it it's not possible to say anything about RAM usage. Just imagine, for example, one client can do select which will create temporary table, and it will use a lot of RAM. And another client can do nothing, just keep connection open, and so on..
Comment