Limit computer resources for running ISCE #716
Replies: 3 comments
-
#412 : Setting I don't think there's as straightforward a way to put a hard limit on the RAM though. |
Beta Was this translation helpful? Give feedback.
-
Oh my mistake on linking to that issue, I didn't notice it was you who asked it haha |
Beta Was this translation helpful? Give feedback.
-
Hi Francisco, I don't know of any standard Linux or UNIX (macOS) operating system way to limit how much RAM a given job is allowed to use. Maybe some of the special job control systems for computing clusters have that. When a running job asks for the memory allocation it needs for the step it is doing, then the operating system (OS) will normally supply that amount unless it cannot. Then the OS tries to optimize its RAM usage by swapping out some parts of jobs to the swap storage if it is low on RAM. The swapping process is orders of magnitude slower than RAM access, so it causes the computer to become unresponsive. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear ISCE developers,
Is there a way to set a maximum limit for the RAM, threads and cores that ISCE uses to run topsApp and the TOPS stack processor?
Francisco
Beta Was this translation helpful? Give feedback.
All reactions