Verify that the configuration file ($SYBASE/server_name.cfg)
correctly specifies in-memory storage cache information. Each in-memory
storage cache includes a heading in the configuration file that
is labelled “Named Cache: cache_name.” The Named
Cache
entries include:
cache
size
– size of the cache must be large
enough to hold the entire in-memory database.
cache status
– set
to “in-memory storage cache.”
cache replacement policy
– set
to “DEFAULT” or “none.”
local cache partition number
– number
of the local cache partitions or “DEFAULT.”
An entry for a cache named imdb_cache looks similar to:
[Named Cache:imdb_cache] cache size = 2G cache status = in-memory storage cache cache replacement policy = none local cache partition number = 8