AppFabric Cache memory very intensive

后端 未结 2 678
夕颜
夕颜 2021-01-25 03:02

The question(s): Am I doing something wrong? Incorrect config setting? Is the amount of memory usage by AppFabric shown below normal?

The problem: I am reading the dat

2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-25 03:58

    If you're using AppFabric 1.1, you need to know that it's internal GC doesn't release any memory allocated. So if you're certain of the amount of memory you want to use OR have LRU enabled, you can limit the memory for the CacheCluster Host (e.g. SET-CacheHostConfig -HostName ServerName -CachePort PORT -CacheSize 1024). This will ensure your memory usage is not ABOVE that level. It is important to understand that it will creep UP TO that level inevitably.

提交回复
热议问题