Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个:
var crumbsCache = new MemoryCache("breadCrumbsNames", new NameValueCollection { { "PhysicalMemoryLimit", "200" } });
当我在运行时检查这个对象时,它的 memorylimit 设置为 98。总是。我怎样才能提高这个限制?
您的 NameValueCollection 项错误,请将PhysicalMemoryLimit更改为physicalMemoryLimitPercentage并且physicalMemoryLimitPercentage值不能大于“ 100”。