Actions
Support #2337
closedSaxon 9-6.0 .net api, excessive memory usage
Start date:
2015-03-24
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
I have deployed the saxon-PE .net api in our Website. After 3 days we are now getting excessive memory usage to the point that the site is not usable. Is there a preferred Java JRE which we should be using with the .net api
we added the following code to the Processor
processor = new Processor(true);
processor.SetProperty("http://saxon.sf.net/feature/schema-validation", "4"); //SKIP
processor.SetProperty("http://saxon.sf.net/feature/compile-with-tracing", "0"); //FALSE
processor.SetProperty("http://saxon.sf.net/feature/generateByteCode", "false");
processor.SetProperty("http://saxon.sf.net/feature/xsltVersion", "1.0");//set to version 1.0
Files
Please register to edit this issue
Actions