Project

Profile

Help

Support #2337

closed

Saxon 9-6.0 .net api, excessive memory usage

Added by ashona krithallal about 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
.NET API
Sprint/Milestone:
-
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

image003.jpg (33.9 KB) image003.jpg ashona krithallal, 2015-03-24 13:01
image004.jpg (26.2 KB) image004.jpg ashona krithallal, 2015-03-24 13:01
image005.jpg (43.1 KB) image005.jpg ashona krithallal, 2015-03-24 13:01
image006.jpg (20.7 KB) image006.jpg ashona krithallal, 2015-03-24 13:01

Please register to edit this issue

Also available in: Atom PDF