T.R | Title | User | Personal Name | Date | Lines |
---|
3445.1 | some info... | WIDGIT::WEST | SCARY : A programmer with a screwdriver. | Wed Oct 10 1990 19:28 | 41 |
|
Window Manager Process Characteristics
- Started by DECW$LOGINOUT.EXE through the logical translation of
DECW$WINMGREXE
- Process flags
- DETACHED
- NO SWAP FLAG
- Quotas/limits set at creation time (may not be modified)
- PGFLQUOTA 5000
- BYTLM 10000
- WSEXTENT 4000
- FILLM 92
- DIOLM 100
- BIOLM 60
- ASTLM 100
- WSDEFAULT 512
- WSQUOTA 650
- Process Name is DECW$WM_# where # is the WSA device number found in
DECW$DISPLAY
- May be run interactively if the Window Manager terminates for some reason
- Image File -> SYS$SYSTEM:DECW$WINMGR.EXE
- Resource File -> DECW$SYSTEM_DEFAULTS:DECW$WINMGR.DAT
- Log File -> File name described by the logical DECW$WINMGR_OUTPUT
found in the SYSTEM logical name table. Not defined
by default.
The above mentioned values are based on DECwindows V1.0 and I believe they
are still the same for DECwindows V2.0.
Hope this helps...
-=> Jim <=-
|
3445.2 | | LESLIE::LESLIE | Andy Leslie, CSSE/VMS | Thu Oct 11 1990 10:04 | 1 |
| Note that this changes rather a lot in DW v3.
|
3445.3 | DECwindows Server? | RCOJDS::SHOWALTER | Jay Showalter | Fri Oct 19 1990 08:09 | 9 |
| I have the same question for the DECwindows Server process (DECW$SERVER_0).
How/when does it get started? What are its characteristics? etc.
I have found on my system that the server is by far the highest hard faulting
process. That leads to a real performance bottleneck! The working set stays
at or close to 4000 pages. Would it help if it were made larger? How can that
be done?
Thanks
|
3445.4 | | DECWIN::FISHER | I like my species the way it is" "A narrow view... | Mon Oct 22 1990 14:38 | 8 |
| Look at SYS$MANAGER:DECW$STARTSERVER.COM. That is what starts it.
You can change the maximum working set by defining the logical
DECW$SERVER_WSQUOTA. This is a reasonable thing to try. Just realize that
you are reducing the memory available for the free list and for other process
working sets.
Burns
|