This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bootstrapping on DEC Unix




> It also works fine when you use a patched dec to increase some kernel
> paramaters.
> Updating this machine to latest patch set did the trick for me - I think...

I did look through the publicly available patch files but didn't see anything
likely looking so I didn't try that.

Also I monitored the VM status while compiling units that got the error. The
available VM looked ample to me so I can't see how it could be related
in kernel parameters.
Same visual effect here, however changing kernel paramters did wonders...
*looks up his sysconfigtab*
Ahh i remember now - it wasnt a patch. I ran the syscheck type utility which recommends things you should change - such as missing patches. It also told me to add the following to sysconfigtab. (using whatever the tool is - long time since i fixed this :P)

generic:
msgbuf_size=16384
message-buffer-size=16384

vm:
vm-ubcseqstartpercent=40
vm-page-free-target=256
vm-mapentries=16384
vm-vpagemax=131072

proc:
maxusers=512

inet:
udp_ttl=60

Some of these wont affect it obvious - but the vm ones are probably good to lookinto.

Gareth


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]