Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!rutgers!mcnc!thorin!unc!cheung From: cheung@unc.cs.unc.edu (Clement Cheung) Newsgroups: comp.sys.hp Subject: getrlimit equivalent Message-ID: <12300@thorin.cs.unc.edu> Date: 28 Feb 90 15:10:55 GMT Sender: news@thorin.cs.unc.edu Lines: 11 Is there an equivalent of the getrlimit system call on HP-UX that I can use to determine what is the limit of the size of the data segment ? I need this figure to help my application to switch between keeping everything in core and keeping only the essential data in core and others on disk. Thanks. Clement Cheung