Paradox Community

Items in pnews.public.bde

Subject:Re: BDE Maximum values?
Date:Sun, 14 Jul 2024 00:48:46 +0200
From:DIMIM <ivan.moro@web.de>
Newsgroups:pnews.public.bde
Am 08.08.2018 um 22:39 schrieb Kevin Baker:
> I'm running a server with 96GB of memory.  Does anyone have the maximum 
> values for the following BDE Settings:

Here's the answer copied and translated from BDE Helpfile (the answer is 
a little bit too late) :-):


> Low Memory Usage Limit

Specifies the maximum amount of low memory (in KB) that BDE can use.
Default: 32.


> MaxBufSize

Contains the maximum amount of memory (in KB) to allocate as a cache 
buffer for a database's data. This entry can be any integer value 
divisible by 128 between MINBUFSIZE and the total amount of RAM 
available to Windows.
Default value: 2048


> MemSize

Specifies the maximum amount of memory (in MB) that BDE can use.
Default: 16 MB. Maximum: 205 MB. If a number greater than 205 is 
specified, MEMSIZE is set to 205.


> MinBufSize

Contains the minimum amount of memory (in KB) to be reserved as a cache 
buffer for a database's data. This entry can be any integer value 
between 32 and 65535, but must be less than the amount of RAM available 
to Windows.
Default value: 128


> SharedMemSize

Sets the maximum amount of memory (in KB) that BDE can use for shared 
resources.
Default: 2048 KB, Minimum: 2048
If a value less than 2048 is specified, 2048 is used. File handles, 
drivers, and system, client, and table objects are shared resources and 
SHAREDMEMSIZE should be increased if many of these objects are used.

> 
> Thanks,
> Kevin


Copyright © 2004 thedbcommunity.com