Kbase P117010: How to limit the maximum amount of memory used by Progress processes?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
How to limit the maximum amount of memory used by Progress processes?
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
FIX:
On UNIX systems
The built-in command ulimit can be used to limit resource usage for processes.
Usage:
ulimit -a will show the current limits.
ulimit -m will set the maximum amount of resident memory that can be used by a single process.
ulimit -s will set the maximum stack size.
Depending on the UNIX system, other options may be available as well. Refer to the manual for instructions.
On Windows
In versions up to Windows 2003, no facility is provided to restrict the maximum amount of memory used by processes.
Windows Server 2003 Enterprise Edition and Dataserver Edition provide the Windows System Resource Manager (WSRM) which can be used to set limits and policies on resource usage.