Greetings
We are using Aspose Email for Java, Cells, etc. Our problem is that our long running server appears to be leaking memory due to accumulation of File objects referenced by Java File.deleteOnExit(). There are calls to deleteOnExit in cells, email, slides, ms, etc. How do we prevent Aspose from using this function? It has a hugely detrimental impact on our app.
dev$ grep -r deleteOnExit * --include "*.class"
Binary file com/aspose/cells/a/f/f.class matches
Binary file com/aspose/email/internal/n/i.class matches
Binary file com/aspose/ms/System/e/ae.class matches
Binary file com/aspose/slides/pf4dd765c/pbdb106a0/pa5e0ff62/af.class matches
Hi,