Obviously I'm operating in the blind here as I can't see the logs or
operations or code. If you have Hawtio running you can log into the
console and see the memory space as your application is running and get
better detail as to what is happening.
You have a maximum memory of 512MB and are hittin
I have the default configuration, of karaf.bat
if "%JAVA_MIN_MEM%" == "" (
set JAVA_MIN_MEM=128M
)
if "%JAVA_MAX_MEM%" == "" (
set JAVA_MAX_MEM=512M
)
if "%JAVA_PERM_MEM%" == "" (
set JAVA_PERM_MEM=16M
)
if "%JAVA_MAX_PERM_MEM%" == "" (
set JAVA_MAX_PERM_MEM=128M
)
--
View this
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 sim
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.
t; Verzonden: Friday 3 June 2016 13:15
> Aan: users@camel.apache.org
> Onderwerp: Re: Problem transfer from SMB to FTP OutMemory Java Heap Space
>
> localWorkDirectory is a directory on the server where your camel route run
> (in Fuse as you say),
>
> localWorkDirectory
not really locate the
issue though.
With kind regards,
Hans Orbaan
-Oorspronkelijk bericht-
Van: Pontus Ullgren [mailto:ullg...@gmail.com]
Verzonden: Friday 3 June 2016 13:15
Aan: users@camel.apache.org
Onderwerp: Re: Problem transfer from SMB to FTP OutMemory Java Heap Space
localWorkDirectory is a directory on the server where your camel route run
(in Fuse as you say),
localWorkDirectory is also supported in camel-jcifs (
http://camel.apache.org/jcifs.html).
// Pontus
On Fri, 3 Jun 2016 at 08:12 Daniel Pompa wrote:
> Hi Pontus, sorry Im new in Fuse. The Camel ve
Hi Pontus, sorry Im new in Fuse. The Camel version is 2.12.0
how I can defined the heap size to the Java Process?
I add localWorkDirectory into the URI, but fail again, this
localWorkDirectory is a directory in Fuse or in the smb server? I put in the
localWorkDirectory in smb.
I saw localWorkDi
Which version of Camel and Camel Extra are you using ?
What heap size have you allocated to the Java process ?
Have you tried adding the localWorkDirectory URI option to the smb URI to
avoid loading the file content into memory ?
Best regard
Pontus Ullgren
On Thu, 2 Jun 2016 at 11:40 Daniel Pomp