[net.unix-wizards] CLU CPU eater

RWS@MIT-XX.ARPA@sri-unix.UUCP (08/30/84)

From:  "Robert W. Scheifler" <RWS@MIT-XX.ARPA>

If you have a 4.2 VAX with people doing CLU debugging, get your CLU
maintainer to install the following fix.  In ~CLU/link/clu/run_inferior,
change the call
	_chan$Read_Wait(FromP, 0);
to
	_chan$Read_Wait(FromP, 3600000);
Recompile the file and build a new version of link.  On a machine with
N debuggers running, you may well find the load average reduced by N.
-------