Skip to content

Commit

Permalink
Limit memory size using by cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarincev committed Apr 20, 2017
1 parent 695b105 commit 5bc7c42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions VirtoCommerce.Platform.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@
</requestFiltering>
</security>
</system.webServer>
<system.runtime.caching>
<memoryCache>
<namedCaches>
<add name="memCacheHandle" physicalMemoryLimitPercentage="80" pollingInterval="00:00:30" />
</namedCaches>
</memoryCache>
</system.runtime.caching>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="App_Data\Modules" />
Expand Down

0 comments on commit 5bc7c42

Please sign in to comment.