带有驼峰的大(r)文件 - 内存

时间:2014-06-20 07:59:52

标签: web-services file out-of-memory cxf apache-camel

我们使用带有webservice-endpoint启动路由的camel。这到目前为止运作良好。现在我测试了一些只有15MB的“更大”文件,并且该路由进入OutOfMemoryError。 Heapsize是1280MB(-Xms128m -Xmx1280m)。

内存是否有限制,路由可能会使用?我想知道,使用1280 MB内存的tomcat无法收到15MB的文件。

我错过了一些配置吗?


为了回答迟到,我有同样的时间休息。

路线看起来像这样,我认为这没有用; - ):

this.from(this.createWsEndpoint(...))
.routeId("some id")
.process(new AuthentificationProcessor(...))
.process(this.getAddMetadataProcessor())
.process(this.getArchiveToDbProcessor())
.to(this.getProducerJpaEndpoint())

无论如何,ftp似乎是这种情况的未来。

0 个答案:

没有答案