estore
-
To resolve this problem , set the following values for ESTORE in the database configuration file
为解决这个问题,在数据库配置文件中像下面这样设置ESTORE的值
-
Now you may ask why bother using ESTORE ?
这时您可能要问,为什么要这么麻烦去使用ESTORE?
-
The answer lies in the way we tried to allocate ESTORE .
答案在于我们分配ESTORE的方式。
-
And if you have excess physical memory , you can use it to configure ESTORE .
如果有过量的物理内存,那么可以用该内存来配置ESTORE。
-
It is mentioned earlier that ESTORE is used to extend the size of a buffer pool .
前面已提到,ESTORE是用于扩展缓冲池的大小。
-
Each ESTORE segment must be a contiguous block .
每个ESTORE段必须是一个连续的块。
-
In our example , we tried to allocate one huge ( contiguous ) block of memory ( 1.6GB ) for ESTORE .
在我们的例子中,我们试图为ESTORE分配很大的一块(连续的)内存(1.6GB)。
-
By setting the above ESTORE values , we are in fact still trying to allocate a total of1.6 GB for ESTORE .
通过设置上面的ESTORE值,实际上我们仍然试图为ESTORE分配总共1.6GB的内存。
-
When ESTORE is present , a certain amount of memory is taken away from the database shared memory for managing the ESTORE , which means less memory for the other memory pools .
如果使用ESTORE,那么就要从数据库共享内存中拿出一定的内存,用于管理ESTORE,这意味着用于其他内存池的内存将更少。