web app server - memory for worker

1 view (last 30 days)
niccolo
niccolo on 13 Mar 2025
Commented: niccolo on 17 Mar 2025
Hello,
I've installed matlab webapp server on windows, I was looking on how to increase the memory for worker not using containers. My need is to have just 1 worker using 32GB RAM, so not being limited to 1GB.
looking at the webappconfig.xml file I saw the following:
<!-- Containers.WorkerMemory - memory limit -->
but anything related on how to change it on a non containerized installation.
Thanks. :)
  2 Comments
Helen Zhu
Helen Zhu on 14 Mar 2025
Since you are on Windows, you are not running container mode, which is available on Linux only webapps-containers.
The line you see is a comment, it doesn't put any limitations.
niccolo
niccolo on 17 Mar 2025
Hi Helen,
thanks for the response.
I understood that it is possible to specify a number of max workers, those are not limited in resources usage by default, I thought they were to 1GB, but what if I'd like to limit the worker to use max 32GB of ram? is that possible in a not containerized installation?

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Web App Server in Help Center and File Exchange

Products


Release

R2024a

Community Treasure Hunt

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

Start Hunting!