got message from console like:
The 2K memory pool of named cache my index cache (cache id 4, cachelet id 1) is configured too small for current demands (state 2).
Transaction progress may cease or response time may increase.
here is the info for the pool:
1> sp_poolconfig "my index cache"
2> go
Cache Name Status Type Config Value Run Value
------------------------------ --------- -------- ------------ ------------
my index cache Active Mixed 1074.22 Mb 1074.22 Mb
(1 row affected)
------------ ------------
Total 1074.22 Mb 1074.22 Mb
==========================================================================
Cache: my index cache, Status: Active, Type: Mixed
Config Size: 1074.22 Mb, Run Size: 1074.22 Mb
Config Replacement: relaxed LRU, Run Replacement: relaxed LRU
Config Partition: 4, Run Partition: 4
IO Size Wash Size Config Size Run Size APF Percent
-------- ------------- ------------ ------------ -----------
2 Kb 64 Kb 0.00 Mb 239.27 Mb 10
16 Kb 61440 Kb 834.96 Mb 834.95 Mb 10
(return status = 0)
Not sure why. This is restore a production mydb on dev server. No this information on production.
Is it because of info in master and mydb not consistently?