Re: [firebird-support] RAM usage of Firebird Server 3.0

2018-11-20 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
To extense answer.Firebird Server use max what you set in firebird.confAnd for 
Superserver it can use MB5×YourDBPageSize/(1024×1024)and add to this your 
sort buffer settings.Remember that database can override your default 5 
pagesRegards,Karol Bieniaszewski
null

Re: [firebird-support] RAM usage of Firebird Server 3.0

2018-11-20 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
20.11.2018 13:46, ch.kaufm...@splash-software.ch [firebird-support] wrote:
> But when I check the server only a few percent of RAM is used. Where can I 
> find some more 
> hints about tuning firebird.conf file so the resources of my server will be 
> used?

   Resources are not used until they are not needed. You must monitor your 
server under 
load, not in idle.
   Even if RAM is not used to Firebird, it is used to file cache which also is 
important.


-- 
   WBR, SD.






++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



[firebird-support] RAM usage of Firebird Server 3.0

2018-11-20 Thread ch.kaufm...@splash-software.ch [firebird-support]
Hi,
 

 I setup a FB 3.0 server on a Windows 2012 Server. I have 8GB RAM on this 
machine. I already changed DefaultDbCachePages to 50'000.
 

 But when I check the server only a few percent of RAM is used. Where can I 
find some more hints about tuning firebird.conf file so the resources of my 
server will be used?
 

 Christian