home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q101 / 2 / 20.TXT < prev    next >
Encoding:
Text File  |  1993-08-31  |  2.6 KB  |  59 lines

  1. DOCUMENT:Q101220  09-JUL-1993  [W_NT]
  2. TITLE   :INF: Minimum Paging File Size
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------
  14.  
  15. This article answers two questions about minimum paging file sizes:
  16.  
  17.  - Why is there a minimum paging file size?
  18.  - Why not set the minimum paging file to zero by default?
  19.  
  20. Why Is There a Minimum Paging File Size?
  21. ----------------------------------------
  22.  
  23. On machines with 16MB of RAM or less, having a minimum paging file
  24. size guarantees that Windows NT will be able to boot and load all the
  25. necessary system files. On computers with more RAM available, having a
  26. minimum paging file size simplifies the startup process.
  27.  
  28. Why Not Set the Minimum Paging File to Zero by Default?
  29. -------------------------------------------------------
  30.  
  31. There is a chance that the paging file extending process and the file
  32. system process that is managing the paging file will deadlock. To
  33. prevent this, a time-out was added to the paging file extending
  34. process. If the extending process is not able to increase the size of
  35. the paging file before the time-out occurs, it halts and waits for the
  36. next paging file extension request before completing the original
  37. extension. Because of this, it is necessary that there always be a
  38. minimum paging file size to start with; if it was zero, Windows NT
  39. might not be able to start. This is also why it is recommended that
  40. the minimum paging file size be set to the normal size needed to run
  41. Windows NT.
  42.  
  43. Additional reference words: 3.10 pertune
  44.  
  45. =============================================================================
  46.  
  47. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  48. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  49. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  50. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  51. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  52. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  53. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  54. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  55. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  56. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  57. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  58.  
  59. Copyright Microsoft Corporation 1993.