Azzera filtri
Azzera filtri

Why do I see the error message "WARNING: The mjsscript detected that the number of processes allowed is limited by ulimit" when starting the mjs service on Linux?

6 visualizzazioni (ultimi 30 giorni)
Why do I see the error message "WARNING: The mjs script detected that the number of processes allowed is limited by ulimit" when starting the mjs service on Linux?

Risposta accettata

MathWorks Support Team
MathWorks Support Team circa 16 ore fa
Modificato: MathWorks Support Team circa 6 ore fa
The mjs service will issue this warning if the result of "ulimit -u" is not 'unlimited'. This command measures the number of processes or threads a user can launch on the machine. Depending on the value of "ulimit -u" the number of processes available may be too low to run your desired number of workers on a single machine.
An estimate of the number of processes needed on a machine is
128 *nW 
(where nW is the number of workers you wish to run on the machine). If your limit is lower than the estimate then you may wish to adjust the process limit up, this may need assistance from your Linux administrator.
Information on ulimit recommendations and ways to save the settings are available here: 
Note: prior to R2019b the mjs service was known as mdce and MATLAB Parallel Server was known as MATLAB Distributed Computing Server.

Più risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by