Path: utzoo!attcan!uunet!know!eli From: eli@PWS.BULL.COM (Steve Elias) Newsgroups: comp.unix.sysv386 Subject: nonfix for SCO unix problem: large executables over NFS Message-ID: <16260@know.pws.bull.com> Date: 29 Sep 90 17:29:49 GMT Sender: eli@pws.bull.com Lines: 18 Approved: warren@pws.bull.com 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); }