Claus Ibsen created CAMEL-6190:
----------------------------------
Summary: stream cache - Spool to disk threshold is too low and we
should log on startup at INFO level what the setting is in use
Key: CAMEL-6190
URL: https://issues.apache.org/jira/browse/CAMEL-6190
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Priority: Minor
Fix For: Future
See stream caching
http://camel.apache.org/stream-caching.html
If you enable it then it spool to disk for sizes > 64KB. Today that limit is a
bit low. We should bump that up to higher value.
Also we should log when Camel startup at INFO level what stream cache settings
is being in use, so people can easier notice this.
Also the stream cache implementation ought to use java nio with memory mapped
files, instead of that old java.io.File that is slow.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira