• Magic Man (8/20/2010)


    ab.sqlservercentral (8/20/2010)


    Magic Man (8/19/2010)


    Why set a size and constrain the memory manager in the first place?. Set the pagefile as system managed, it will be set to an initial size and can grow with extents if required.

    Because you will not get a valid memory dump in case you get a bluescreen. That's what the inital post was about.

    You will because the OS will extend the pagefile size if needed to accomodate it.

    It won't. In case of a BSOD, the paging file is just used as any preallocated space to back the memory dump. In case of a bluescreen, just a minimum of functionality is provided and autoextend is not part of it, at least the memory dump WILL be corrupt.

    Try it out if you don't believe it.