T.R | Title | User | Personal Name | Date | Lines |
---|
1627.1 | Fixed in V1.2 | BSYBEE::EGOLF | John C. Egolf LKG2-2/T02 x226-7874 | Wed Oct 09 1991 12:36 | 1 |
|
|
1627.2 | For MM development, you don't have to use a *FULL* dictionary | NANOVX::ROBERTS | Keith Roberts - DECmcc Toolkit Team | Wed Oct 09 1991 16:09 | 21 |
| You should copy and use the developers dictionary when testing your
Management Module. It only has a few entities worth of data in there.
Loading/Updating the dictionary and building the parse table run
real fast.
The Management Module Programming Guide has the directions, but just in case:
o Create you working directory <dev-dir>
o Set default to your working directory <dev-dir>
o $ define mcc_examples sys$common:[syshlp.examples.mcc]
o $ copy mcc_examples:mcc_dev_dictionary.dat mcc_dictionary.dat
o $ copy mcc_examples:mcc_dev_definition.dat mcc_definition.dat
o $ copy mcc_examples:mcc_dev_mir_attribute.dat mcc_mir_attribute.dat
o $ copy mcc_examples:mcc_dev_mir_directory.dat mcc_mir_directory.dat
o $ define mcc_system <dev-dir>,mcc_specific,mcc_common
This presumes you are running DECmcc V1.1 -- hope I didn't make
any typos
/keith
|
1627.3 | Thanks. I'll try it | BYENG0::NGUYEN | | Thu Oct 10 1991 05:01 | 5 |
| Thanks for your replies. I'll keep .1 for my information
and try .2 very soon (Yes, I'm running V1.1) .
Regards,
Quoc
|
1627.4 | check quotas before running ptb | TOOK::CALLANDER | MCC = My Constant Companion | Wed Oct 23 1991 20:08 | 7 |
| ptb builds everything in memory before writting anything to disk. Try
monitoring your process as it is running. You might find that your
page file and page file quotas could use enlargment. If so you will see
alot of pagging and swapping going on. On my 3100 I find that it runs
in anywhere from 1:10 to 1:45. Rarely does it take any longer than that.
jill
|