>>>>> "Tony" == Tony Finch <[EMAIL PROTECTED]> writes:
>> Well, to some extent, I have to wonder why all these pages are
>> being requested if they aren't being used...
Tony> fork() with big data segments that cause swap to be reserved
Tony> in case of a copy-on-write. The 2GB of swap is never
Tony> actually used, but you still have to have it.
If the information in the data segment is going to be updated then
you have to have writable backing store. If, however, that data
is never going to be changed, it should be declared in the program
as read-only data. The kernel VM system should not be working around
applications that don't declare their data arena correctly.
--lyndon
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- 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
- Re: Setting memory allocators for library fun... Warner Losh
- Re: Setting memory allocators for library fun... Archie Cobbs
- Re: Setting memory allocators for library fun... Julian Elischer

