Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!ut-sally!utah-cs!peterson From: peterson@utah-cs.UUCP (John W Peterson) Newsgroups: comp.sys.apollo Subject: Re: SET_SBRK_SIZE() considered brain damaged ... Message-ID: <4972@utah-cs.UUCP> Date: Wed, 16-Sep-87 00:57:32 EDT Article-I.D.: utah-cs.4972 Posted: Wed Sep 16 00:57:32 1987 Date-Received: Fri, 18-Sep-87 04:35:28 EDT References: <682@obiwan.UUCP> Organization: University of Utah CS Dept Lines: 17 > > And if I'm doing something stupid which makes this problem go > away let me know and you can even call me nasty things (oh yeah, > don't stop!). > On recent releases (certainly SR9.5 and beyond) you're "doing something stupid" if you use set_sbrk_size in the first place. It's currently a no-op, provided only for backward compatibility (Yes, they really do fix things that people complain about). If you are running an old release, you might check the man page. I recall there was an environment variable you could set (SBRK_SIZE or somesuch) instead of hacking up your application's code. Cheers, jp