[comp.unix.sysv386] nonfix for SCO unix problem: large executables over NFS

eli@PWS.BULL.COM (Steve Elias) (09/30/90)

i wrote:

> a [non!]fix for this is to mount your nfs partition as follows:
> 	mount -f NFS,rsize=1024,wsize=1024 host:path path
> 

changing the blocksize reduces the incidence of random process
deaths, but doesn't eliminate them.  

mahalo!

/eli

know()		/* eli@pws.bull.com   617 932 5598   fax 508 294 0101  */
{
char *cp = valloc(lots_o_space); strcat(cp,"yo "); 
strncat(cp, index( "eli@pws.bull.com", 'b' ), 4); fputs(cp); }