Ask a Question related to Informix, Design and Development.
-
Azeemuddin, Basheer #1
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
-
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... -
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... -
#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: ... -
#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... -
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... -
Mark Denham #2
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
sending to informix-list> 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
Mark Denham Guest
-
Richard Kofler #3
Re: Recommended BUFFERS Wont Work for import
"Azeemuddin, Basheer" wrote:
I do it this way:>
> 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
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



Reply With Quote

