SMS: SMS: Memory Performance Tuning in Systems Management ServerID: Q121682
|
This article addresses how you can set, and how Systems Management Server
will set, the Working Set for Systems Management Server processes.
The Working Set of a process is the set of memory pages currently visible
to the process in physical RAM. These pages are resident and available for an application to use without triggering a page fault. The size of the Working Set of a process is specified in bytes. The minimum and maximum Working Set sizes affect the virtual memory paging behavior of a process.
The Systems Management Server Executive service is the most resource
intensive process in Systems Management Server. The settings described in
this article are for the Systems Management Server Executive process.
Although the settings differ, the information in this article can also be
applied to other Systems Management Server processes such as the Hierarchy
Manager, Site Configuration Manager, Package Command Manager, and Inventory
Agent.
The operating system allocates Working Set sizes on a first-come, first-served basis. For example, if an application successfully sets 40 MB as its minimum Working Set size on a 64-MB system, and a second application requests a 40-MB Working Set size, the operating system denies the second
application's request.
Using this capability to set an application's Working Set size does not
guarantee that the requested memory will be reserved, or that it will
remain resident at all times. When the application is idle, or a low-memory
situation causes a demand for memory, the operating system can reduce the
application's Working Set.
The net result of establishing an appropriate Working Set for a
process is that whenever the system can allow it, a [WorkingSet] amount of
the process' data will be resident in physical memory for greater speed.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Components\SMS_Executive
And set this value appropriately (in bytes):
Working Set Limit (DWORD)
The default value is zero. If you do not set this value, the Systems
Management Server Executive will auto-tune the amount based on the table
below.
Physical RAM | Working Set |
---|---|
28 MB or less | 3.5 MB |
29-33 MB | 4.5 MB |
33-41 MB | 5.5 MB |
More than 41 MB | 6.5 MB |
Additional query words: prodsms config
Keywords : kbnetwork kbSMS100 kbSMS110 kbInventory kbHMan smssiteconfigman
Version : winnt:1.0,1.1
Platform : winnt
Issue type : kbinfo
Last Reviewed: June 3, 1999