paging space amount calculation

Ask a Question related to AIX, Design and Development.

  1. #1

    Default Re: paging space amount calculation

    martijn <martijn005@hotmail.com> wrote:
    m> Hi,

    m> We're running AIX 4.3.3 and will have a total of 8GB of RAM installed.

    m> According to an AIX manual, this seems to be the way to calculate the amount
    m> of paging space necessary:
    m> Page Space = 512 + ( RAM - 256 ) * 1.25

    m> So with 8GB of RAM:
    m> Page Space = 512 + (8192 -256) * 1,25 = 10,5 GB

    m> I'm thinking about just going with the 10,5GB of paging space.

    m> But maybe somebody else has some other ideas about this?

    I don't think any formula for the "right" amount of paging space
    is terribly useful. If the machine has 8GB RAM, it's probably
    doing something important, which means it should have been spec'ed
    to avoid paging altogether.

    The comp.unix.aix FAQ is a large and mostly useful document. Did
    you read this section before posting?

    [url]http://www.faqs.org/faqs/aix-faq/part2/section-14.html[/url]

    2. How much paging space do I need?

    Regards,

    Nicholas

    --
    "Why shouldn't I top-post?" [url]http://www.aglami.com/tpfaq.html[/url]
    "Meanings are another story." [url]http://www.ifas.org/wa/glossolalia.html[/url]
    Nicholas Dronen Guest

  2. Similar Questions and Discussions

    1. Getting amount of Occurrences
      My mind has gone blank... can't think of how to do this. I have a varable with text in it (CFHTTP.Filecontent). I need to see how many times...
    2. Calculation based on calculation
      I'm new to Acrobat 5.05 and Javascript... I have a simple issue/question: There are 3 columns, QUANTITY, EACHES COST, LINE TOTAL As the...
    3. paging space not active
      paging space is not active after reboot and swapon fails too thanks for your advise
    4. Amount of data
      Hello. I am writing an application, that connects to mssql server via DB-Library, and the maximum amount of data, which I can get, is only 4096...
    5. Total ink amount VS readout
      Hello, I'm having a problem with my color separation in photoshop. I did a retouching job for a catalog and the images came with the blacks too...
  3. #2

    Default paging space amount calculation

    Hi,

    We're running AIX 4.3.3 and will have a total of 8GB of RAM installed.

    According to an AIX manual, this seems to be the way to calculate the amount
    of paging space necessary:
    Page Space = 512 + ( RAM - 256 ) * 1.25

    So with 8GB of RAM:
    Page Space = 512 + (8192 -256) * 1,25 = 10,5 GB

    I'm thinking about just going with the 10,5GB of paging space.

    But maybe somebody else has some other ideas about this?

    Thanks for you input.
    martijn


    martijn Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139