Were you able to bump the heap space in Fuse.  The bin directory with
fuse/karaf sh or bat file is where that is located.  I believe the heap
used to be small by default because OSGi/karaf were and are used in small
devices.  However Fuse isn't.

Unfortunately I don't know smb/JFCIS.  I know in similar circumstances with
FTP or files I will use either a flag of streaming or chunked splitter to
make sure the endpoint isn't loading everything into memory.  In this case
I don't know the mechanics of SMB.  Is it actually streaming the file to
you and your camel route and then you are pushing it to the FTP location?

Try breaking the problem down.  Temporarily replace your push to FTP with a
write to a local file.  Do you run into the problem still?  If not, switch
it and run it from the local file to your FTP server.  Do you run into the
problem that way?

On Fri, Jun 3, 2016 at 9:42 AM, Daniel P22 <pompadan...@gmail.com> wrote:

> Thanks Hans and Pontus, let me try this of mount a share.
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Problem-transfer-from-SMB-to-FTP-OutMemory-Java-Heap-Space-tp5783383p5783453.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to