MATLAB: How many instances of MATLAB can I run simultaneously from a Solaris server

licenseMATLABmultiplenumberrestrictionsamesessionsessionstime

I would like to use MATLAB in an academic setting where MATLAB is installed on a Solaris server (two 1.5 GHz processors, 8 GB of RAM). Each student will have his own computer for using MATLAB, but MATLAB is not actually installed on these machines (it will be run from the server). I wish to know how many instances of MATLAB I can open before my server will bog down.

Best Answer

If each instance of MATLAB is being run on the server, then the number of instances is limited by the amount of memory. According to the system requirements, a single instance of MATLAB needs 512 MB of RAM. Therefore, a server with 8 GB of RAM will not be able to run more than 16 instances of MATLAB simultaneously.
However, if MATLAB is being spawned from the server but run on the students' computers, then the number of instances is limited only by your license model. In this case, MATLAB obtains the license from the server, and MATLAB is not using the server's memory and processor resources.