T.R | Title | User | Personal Name | Date | Lines |
---|
1977.1 | SYSGEN parameters | EVTIS2::HOANG | | Fri Dec 29 1989 09:37 | 4 |
|
You can check GBLPAGES, GBLSECTIONS.
Dung HOANG
|
1977.2 | lots free... | CIMNET::KISHAN | | Tue Jan 02 1990 11:17 | 11 |
|
Thanks for your response.
I checked gblsections and gblpages -- in sysgen they are set to 2000
and 85000 respectively. At the DCL level, using
f$getsyi("free_gblsects") and f$getsyi("gblpages") yields 1720 and
62444 respectively.
The problem persists; is there anything else I can check?
Hemant.
|
1977.3 | Another... | DECWIN::FISHER | Burns Fisher 381-1466, ZKO3-4/W23 | Wed Jan 03 1990 11:49 | 4 |
| Try enqueue limit. Two locks are taken out for each connection via local
transport.
Burns
|
1977.4 | enqlim at 4k... | CIMNET::KISHAN | | Wed Jan 03 1990 13:22 | 12 |
|
>>Try enqueue limit. Two locks are taken out for each connection via local
>>transport.
Thanks; I increased the enqueue limit in my UAF record to 4000 from
2000 and still, on the 7th window, the terminal emulator crashes and
all my windows disappear.
Is there anyway I can make the TE dump to see why it's unhappy?
Hemant.
|
1977.5 | Sounds like virtual memory | HANNAH::MESSENGER | Bob Messenger | Wed Jan 03 1990 18:40 | 11 |
| DECterm is probably running out of virtual memory, so you might want to
increase your page file quota. You can also save virtual memory by setting
your "lines saved off top" to 0 in windows where you don't care about lines
being saved off the top.
You can get a log file by defining the logical name DECW$DECTERM_OUTPUT in
your LOGIN.COM as the name of the log file, and then restarting DECterm
(e.g. by quitting out of the session manager and logging back in, or by
logging out of all your DECterm windows and then creating a new one).
-- Bob
|
1977.6 | bingo! | CIMNET::KISHAN | | Thu Jan 04 1990 10:18 | 14 |
|
The DECW$DECTERM_OUTPUT file stated "X Toolkit Error: Cannot perform
calloc".
I changed sysgen parameters VIRTUALPAGECNT and PQL_DPGFLQUOTA to
500000 and 100000 respectively and also upped my UAF pagefile quota
to 500000 (from 100000) and then rebooted. I don't know which one I
really needed to increase but the problem is gone! -- I just created
21 decterms in succession without a problem; it seems the defaults
for the various parameters aren't really sufficient.
Thanks for all your helpful suggestions,
Hemant.
|