Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site medstar.UUCP Path: utzoo!linus!gatech!medstar!robin From: robin@medstar.UUCP (Robin Cutshaw) Newsgroups: net.unix-wizards,net.micro.pc Subject: Xenix max write addr (ulimit) Message-ID: <187@medstar.UUCP> Date: Fri, 26-Jul-85 21:02:39 EDT Article-I.D.: medstar.187 Posted: Fri Jul 26 21:02:39 1985 Date-Received: Sun, 28-Jul-85 08:14:29 EDT Distribution: net Organization: Medical Systems Technology and Research, Inc., Atlanta, Ga. Lines: 29 Xref: linus net.unix-wizards:11234 net.micro.pc:4426 Patch for 1 Meg ulimit follows (tired of dealing with it)... #adb -w /xenix *$x *main+0x39?i /* mov _u+0x5b4,0800H */ *main+0x3d?x /* 800 */ *.?w XXXX /* 800 = XXXX */ *$q Replace XXXX with the maximum number of 512 byte blocks that may be written by any user process. 800 = CDLIMIT from which is defined as (1L<<11), which is 1 Meg. Other sample sizes are : 1000 (2 Mb) 2000 (4 Mb) 4000 (8 Mb) 8000 (16 Mb) ffff (32 Mb -1 block) There is no magic size that will suffice in all cases, just what you wish to live with. -robin -- ---- Robin Cutshaw uucp: ...!{akgua,gatech}!medstar!robin