With SQL implementation in Messaging Framework, index entries are stored in an SQL database and only the most recently used index entries are cached in RAM.
Before you start, you must understand caching.
You can configure the cache size and other caching-related parameters using the msgcache.ini configuration file, located at Z:\private\1000484b\. The following table lists the cache configuration parameters:
Parameter | Default value | Unit | Description |
---|---|---|---|
MsvMaximumCacheSize |
1024 |
KB |
The maximum size of cache. |
MsvInitialCacheCreation |
40 |
Percent |
The percentage of MsvMaximumCacheSize allocated to the cache during server start-up. |
MsvCacheIncrement |
20 |
Percent |
The percentage of MsvMaximumCacheSize allocated to cache in each subsequent allocation (after initial memory allocation). |
MsvCacheThreshold |
70 |
Percent |
The percentage of the cache that must be occupied before the next allocation is initiated. |
MsvSearchSortCachePercentage |
20 |
Percent |
The percentage of memory that should be allocated to search and sort cache. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.