필터 지우기
필터 지우기

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 (최근 30일)
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?

채택된 답변

MathWorks Support Team
MathWorks Support Team 대략 21시간 전
편집: MathWorks Support Team 대략 5시간 전
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by