[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
| Title: | DECmcc user notes file. Does not replace IPMT. | 
| Notice: | Use IPMT for problems. Newsletter location in note 6187 | 
| Moderator: | TAEC::BEROUD | 
|  | 
| Created: | Mon Aug 21 1989 | 
| Last Modified: | Wed Jun 04 1997 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 6497 | 
| Total number of notes: | 27359 | 
6049.0. "Enrollmen failes: insufficient virtual memory" by FRSIN::CSCHMIDT () Tue Jul 19 1994 08:04
I try to enroll a function module to our DECmcc environment and get
the following message:
%MCC-E-INSVIRMEM, software error: insufficient virtual memory
I use a ULTRIX DECStation 5000/260 with the following configuration
file:
ident           "TBLTST"
machine         mips
cpu             "DSR4_5000_300"
cpu             "DS5000_300"
maxusers        256
processors      1
maxuprc         256
physmem         192
timezone        -1 dst 4
smmax           1200
smseg           32
options         QUOTA
options         INET
options         NFS
options         RPC
options         DLI
options         UFS
options         LAT
options         CDFS
options         PACKETFILTER
options         AUDIT
options         SYS_TPATH
options         UWS
makeoptions     ENDIAN="-EL"
options         OSI
options         NETMAN
options         KLIM
options         XXXVCLNT
options         XXXVIP
config          vmunix  root on rz0a  swap on rz0b    dumps on rz0b
...
When I see the swap space: it is the following:
512707k swap configured
51651k reserved virtual address space
        916k used (192k text, 544k smem)
        511791k free, 0k wasted, 0k missing
avail: 15992*32k 47*1k
Any idea, what parameter should be changed, to get sufficient ressources?
Thanks a lot, without any idea
Christiane
| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 6049.1 | more info. please | TAEC::LAVILLAT |  | Fri Jul 29 1994 04:03 | 17 | 
|  | 
 Christiane,
 
   Could you provide more information about the context of your problem ?
>
>I try to enroll a function module to our DECmcc environment and get
>the following message:
>
>%MCC-E-INSVIRMEM, software error: insufficient virtual memory
>
   What FM are you trying to enroll : a standard MCC one or a private one ?
   Regards.
   Pierre.
 | 
| 6049.2 | Problem solved, jippieh | FRSIN::CSCHMIDT |  | Mon Aug 01 1994 08:24 | 12 | 
|  | 
The FM I wanted to enroll is a private one.
But after a lot of work - I found out to delete the file
	
	mcc_dispatch_table.dat
which seemed to be corrupted. I deleted it and could easily enroll all FM.
The file will be createdm when a FM is enrolled.
Thanks
Christiane
 |