Howto Limit Memory Usage of TIBCRestoreService

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ulca
Posts: 1
Joined: Wed 12 May 2010 10:41

Howto Limit Memory Usage of TIBCRestoreService

Post by ulca » Wed 12 May 2010 10:48

Hello,
I use TIBCRestoreService to Restore a 2GB Backup File. I use Firebird embedded 2.1.3. While the restore is running Memory Usage grows to 99% of phisical memory and computer is very slow. But the restore works fine.

How can I limit the memory usage while the restore is running?

Thanks

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 13 May 2010 09:41

To solve the problem try to set the TIBCRestoreService.PageBuffers property, that specifies the number of default cache buffers to configure for attachments to the restored database.

Post Reply