ruedacal / razor-mediator-4-tridion

Automatically exported from code.google.com/p/razor-mediator-4-tridion
0 stars 0 forks source link

Memory leak Issues with Razor Mediator 1.3.3 #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there,
We started using Razor Mediator 1.3.3 for our template designs. We notice there 
is memory leak during the publishing. We have written some reusable custom 
function razor and using in our razor design. Other than that it is simple 
razor code for creating the design. 

this is the razor setting on the tridion configuration

<razor.mediator extractBinaries="true" adminUser="INSERT TRIDION USERNAME">
    <namespaces/>
    <assemblies/>
    <imports>
      <add import="C:\Program Files (x86)\Tridion\Razor Mediator\helper.cshtml" />
    </imports>
    <importSettings includeConfigWhereUsed="false" includeImportWhereUsed="true" replaceRelativePaths="false" />
  </razor.mediator>

Please help in troubleshooting the issues. Is there anything we are missing.

Original issue reported on code.google.com by gna...@gmail.com on 30 Aug 2014 at 2:49