Subject | Re: [firebird-support] Firebird memory usage and/or configuration issue |
---|---|
Author | Anderson Farias |
Post date | 2009-07-20T16:05:16Z |
Hi,
usually a cache pages between 75 and 500 is what you need. Be aware to to
use a 'chace pages' setup from SS with Classic.
greater than 500. If it's zero, than it's using default configuration inside
firebird.conf -- than, look there.
To setup your custom page buffers for this DB use GFIX, example:
gfix -buffers 150 yourdatabase.fdb
Regards,
Anderson Farias
> Firebird is currently set up in Classic mode and eachThat's too much (usually). What's you 'cache pages' setup? For FB classic
> spawned process is taking up around 250-300MB of memory.
usually a cache pages between 75 and 500 is what you need. Be aware to to
use a 'chace pages' setup from SS with Classic.
> My question is this: Do you think that there would be a notableYes. SS will be a lot slower (in my experience)
> performance increase by using Superserver mode rather than Classic?
> Also, are there any additional configuration options that I may haveRun gstat -h yourdatabase.fdb and look for 'page buffers', it should not be
> overlooked that might help with performance?
greater than 500. If it's zero, than it's using default configuration inside
firebird.conf -- than, look there.
To setup your custom page buffers for this DB use GFIX, example:
gfix -buffers 150 yourdatabase.fdb
Regards,
Anderson Farias