News-servers that grow but never shrink.

Mark Callow msc at ramoth.esd.sgi.com
Fri Dec 8 09:10:31 AEST 1989


In article <124 at cutmcvax.OZ> Phil Dench (architec at cutmcvax.uucp) writes:
> 
> It would be nice if the news-postcript 'save' did something like...
> 
> 	old_data_seg = sbrk( 0);
> 
> and the 'restore' did something like...
> 
> 	brk( old_data_seg);
> 
That's a great idea.  Unfortunately the data segment is shared among
all the light-weight processes.  Thus changing the sbrk could have
bad effects on other lwp's.

Fixing the problem requires major changes to the way memory is allocated
within the server.

> 
> But is there a quick fix (other than logging out and in again)?
Unfortunately no.

--
>From the TARDIS of Mark Callow
msc at ramoth.sgi.com, ...{ames,decwrl}!sgi!msc
"There is much virtue in a window.  It is to a human being as a frame is to
a painting, as a proscenium to a play.  It strongly defines its content."



More information about the Comp.sys.sgi mailing list