Recommended BUFFERS Wont Work for import

Ask a Question related to Informix, Design and Development.

  1. #1

    Default Recommended BUFFERS Wont Work for import


    Hi
    From the IBM tutorials -- Performance Problem Determination, recommends
    that BUFFERS should be set to 50% - 75% of Available Free mem

    I have 2 GB (2097152) on my AIX 4.3.3 (No Apps other than 1 Informix App)

    50% of 2097152 = 1048576

    I tried dbimport (about 10 GB DB) with BUFFERS 140000

    Got 567 & 116 ISAM Can't Allocate memory,
    It reduced import time by 4 Hours.

    What percentages you have. Anybody have close to 50 -75 %


    Thanks
    Basheer

    sending to informix-list
    Azeemuddin, Basheer Guest

  2. Similar Questions and Discussions

    1. Wont Work
      Every time I go to Youtube or photobucket yo watch something, it says you need at least flash player 8 or whatever. And I click the link that takes...
    2. Type effects wont import into corel 10
      What the heck am I doing wrong. I make some type and apply some effects and give it a white drop shadow and save as a psd with a transparent...
    3. #24782 [Opn->Bgs]: fread'ing with large buffers from slow pages does not work
      ID: 24782 Updated by: wez@php.net Reported By: odarcan at hotmail dot com -Status: Open +Status: ...
    4. #24782 [Bgs->Opn]: fread'ing with large buffers from slow pages does not work
      ID: 24782 User updated by: odarcan at hotmail dot com Reported By: odarcan at hotmail dot com -Status: Bogus...
    5. Can anyone tell me why this wont work??
      I am trying to check and see if a field is posted or not, if not posted then assign $location which is a session variable to $location_other. If...
  3. #2

    Default Re: Recommended BUFFERS Wont Work for import


    Look at the settings for SHMVIRSIZE, SHMADD and SHMTOTAL.

    At the time of the failure a sort was in progress. Don't know how much data
    you are loading, so I am assuming that you have not got these settings
    correct. Shat values do you have? As a yardstick for the import you might
    want to start with SHMVIRTSIZE = 256000 and SHMADD to 128000. Set SHMTOTAL =
    0. This will allow the engine to allocate as much as it needs [can grab].

    Mark

    ----- Original Message -----
    From: "Azeemuddin, Basheer" <bahmed@knrq.com>
    To: <informix-list@iiug.org>
    Sent: Tuesday, October 21, 2003 12:33
    Subject: Recommended BUFFERS Wont Work for import

    > Hi
    > From the IBM tutorials -- Performance Problem Determination, recommends
    > that BUFFERS should be set to 50% - 75% of Available Free mem
    >
    > I have 2 GB (2097152) on my AIX 4.3.3 (No Apps other than 1 Informix App)
    >
    > 50% of 2097152 = 1048576
    >
    > I tried dbimport (about 10 GB DB) with BUFFERS 140000
    >
    > Got 567 & 116 ISAM Can't Allocate memory,
    > It reduced import time by 4 Hours.
    >
    > What percentages you have. Anybody have close to 50 -75 %
    >
    >
    > Thanks
    > Basheer
    >
    > sending to informix-list
    sending to informix-list
    Mark Denham Guest

  4. #3

    Default Re: Recommended BUFFERS Wont Work for import

    "Azeemuddin, Basheer" wrote:
    >
    > Hi
    > From the IBM tutorials -- Performance Problem Determination, recommends
    > that BUFFERS should be set to 50% - 75% of Available Free mem
    >
    > I have 2 GB (2097152) on my AIX 4.3.3 (No Apps other than 1 Informix App)
    >
    > 50% of 2097152 = 1048576
    >
    > I tried dbimport (about 10 GB DB) with BUFFERS 140000
    >
    > Got 567 & 116 ISAM Can't Allocate memory,
    > It reduced import time by 4 Hours.
    >
    > What percentages you have. Anybody have close to 50 -75 %
    >
    > Thanks
    > Basheer
    >
    > sending to informix-list
    I do it this way:
    sum(Buffers + shmvirtsize) approx 50%
    if only a DB server, else less

    In very short:
    onstat -
    shows you half of the physical memory
    in the machine, if you have only 1 V type seg
    in your onstat -g seg output
    That is always a starting point for me.

    dic_k
    --
    Richard Kofler
    SOLID STATE EDV
    Dienstleistungen GmbH
    Vienna/Austria/Europe
    Richard Kofler 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