In message <[EMAIL PROTECTED]>, David Gilbert write s: >IIRC, Digital-UNIX or OSF-1 ... or whatever it's called now. I seem >to remember the first Alphas that arrived to a company I worked for >had this set globally in the OS by default. Due to the bloat of the >OS and Motif and other such things, they required simply amazing >amounts of swap just to run. Well, to some extent, I have to wonder why all these pages are being requested if they aren't being used... Still, all we "really" need to do is make sure that we flag the space as definitely for sure already taken up; it doesn't need to be backed to swap unless it's been dirtied, because untouched allocated memory is allowed to contain random garbage. You don't need to actually store all the pages right away - just make sure that you have a place to put them, say, some swap space or something. -s To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: Setting memory allocators for library fun... Peter Seebach
- Re: Setting memory allocators for library fun... Warner Losh
- Re: Setting memory allocators for library fun... Peter Seebach
- Re: Setting memory allocators for library fun... Warner Losh
- Re: Setting memory allocators for library fun... Peter Seebach
- Re: Setting memory allocators for library fun... Jos Backus
- Re: Setting memory allocators for library fun... Greg Black
- Re: Setting memory allocators for library functio... Dag-Erling Smorgrav
- Re: Setting memory allocators for library fun... Daniel C. Sobral
- [hackers] Re: Setting memory allocators for l... David Gilbert
- Re: [hackers] Re: Setting memory allocators f... Peter Seebach
- Re: [hackers] Re: Setting memory allocators f... Tony Finch
- Re: [hackers] Re: Setting memory allocators f... Peter Seebach
- Re: [hackers] Re: Setting memory allocators f... Lyndon Nerenberg
- Re: [hackers] Re: Setting memory allocators f... Tony Finch
- Re: [hackers] Re: Setting memory allocators f... Drew Eckhardt
- Re: [hackers] Re: Setting memory allocators f... Tony Finch
- Re: [hackers] Re: Setting memory allocators f... Maxime Henrion
- Re: [hackers] Re: Setting memory allocators f... Tony Finch
- Re: Setting memory allocators for library functions. Daniel C. Sobral
- Re: Setting memory allocators for library functio... Peter Seebach