T.R | Title | User | Personal Name | Date | Lines |
---|
4261.1 | | UTRTSC::SWEEP | I want a lolly... | Mon Apr 21 1997 06:49 | 3 |
| Increase page file.
Adrie
|
4261.2 | What's being queued? | VMSNET::P_NUNEZ | | Mon Apr 21 1997 09:32 | 5 |
| Adrie,
Does the CH in LMSRV_QUEUE_CHQ stand for CHannel (if not, what)?
Paul
|
4261.3 | | UTRTSC::SWEEP | I want a lolly... | Tue Apr 22 1997 04:42 | 9 |
| Connection Handoff...
A connection request arrives at the listener thread
in the MCP. The MCP queues this request to the connection
handoff queue. Now the connection handoff thread in the
LMSRV gets scheduled, it takes the package off the CHQ and
processes the new connection by giving it a session context.
Adrie
|
4261.4 | | UTRTSC::SWEEP | I want a lolly... | Tue Apr 22 1997 04:45 | 13 |
| Some additional explanation OF WHAT MIGHT HAVE happened.
New session requests arrive, process needs to page but
no room in pagefile, so process stalls at VMS level
waiting for pagefile space to become available.
New sessions requests require session context, which
is memory in process space. Also its possible that 1 or
more new worker threads are created that need thread context
and stack (also process memory). So when the process needs
more memory and its working set is full, it starts to page.
Adrie
|
4261.5 | | VMSNET::P_NUNEZ | | Tue Apr 22 1997 09:58 | 10 |
|
Thanks for the explanation - it really helps us better understand
the way things are suppose to work.
Along those lines, if a customer determined the lmsrv process is paging
too much, they would need to increase the working set size for the
process, right? To do so the supported way, means increasing the
number of clients? Or some other method?
Paul
|
4261.6 | | UTRTSC::SWEEP | I want a lolly... | Wed Apr 23 1997 04:06 | 14 |
| :Along those lines, if a customer determined the lmsrv process is paging
:too much, they would need to increase the working set size for the
:process, right?
Right
:To do so the supported way, means increasing the
:number of clients? Or some other method?
Easiest is to increase the nr of clients. Then the configurator
will do all calculations for you, and check with autogen if all
system params are all set.
Adrie
|
4261.7 | | UTRTSC::SWEEP | I want a lolly... | Wed Apr 23 1997 04:07 | 6 |
| The configurator doesn't check for the pagefile
being large enough. So this is something you must
do be hand. (I think, I am not sure if autogen keeps
track without the feedback qualifier).
Adrie
|
4261.8 | How? | VMSNET::P_NUNEZ | | Wed Apr 23 1997 11:01 | 17 |
|
Adrie,
Re. .1
Do you mean the process pagefile quota (which may necessitate
an increase in a system pagefile) or the system pagefile?
re. .7
Do we increase the pwrk$lm processes pagefile quota in pwrk.ini:
[Pgflquo]
lmsrv=<new value>
Paul
|
4261.9 | | UTRTSC::SWEEP | I want a lolly... | Thu Apr 24 1997 06:12 | 10 |
| Not sure
I would first increase the size of the system pagefile
and if that doesn't help raise the pgflquota.
I thing that RWPAG can only happen when the pagefile
is full-Resource wait waiting for pagefile space, but
to be sure consult your vms specialist.
Adrie
|