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" } });
実行時にこのオブジェクトをチェックすると、メモリ制限が 98 に設定されています。この制限を増やすにはどうすればよいですか?
NameValueCollection アイテムが間違っています。PhysicalMemoryLimit を physicalMemoryLimitPercentage に変更してください。physicalMemoryLimitPercentageの値は' 100 'を超えることはできません。