[comp.unix.microport] Increasing ulimit

john@wa3wbu.UUCP (John Gayman) (02/20/88)

     What are the steps necessary to increase the ulimit on 2.3
Microport ???  Its currently set at 2400 blocks.


				John


-- 
John Gayman, WA3WBU              |           UUCP: uunet!wa3wbu!john
1869 Valley Rd.                  |           ARPA: wa3wbu!john@uunet.UU.NET 
Marysville, PA 17053             |           Packet: WA3WBU @ AK3P 

plocher@cat2.CS.WISC.EDU (John Plocher) (03/09/88)

+---- John Gayman writes:
|      What are the steps necessary to increase the ulimit on 2.3
| Microport ???  Its currently set at 2400 blocks.
+----

	/etc/patch    /system5 ulpatch <value>	# for next reboot
	/etc/patch -k /system5 ulpatch <value>	# for right now, but not later

			<value> is the new ulimit you desire.

	-John