Re: Pergem exception from web-client

2015-06-24 Thread Flavio Pompermaier
ok thanks Matthias On 24 Jun 2015 21:00, "Matthias J. Sax" wrote: > Hi, > > you need to increase JVM parameter "-XX:MaxPermSize=" > The default value should be something like "64m" > > Just add the flag to variable JVM_ARGS in "bin/webclient.sh" (line 33). > -> Compare "bin/jobmanager.sh" (line 3

Re: Pergem exception from web-client

2015-06-24 Thread Matthias J. Sax
Hi, you need to increase JVM parameter "-XX:MaxPermSize=" The default value should be something like "64m" Just add the flag to variable JVM_ARGS in "bin/webclient.sh" (line 33). -> Compare "bin/jobmanager.sh" (line 35) -Matthias On 06/24/2015 06:38 PM, Flavio Pompermaier wrote: > Hi to all, >

Pergem exception from web-client

2015-06-24 Thread Flavio Pompermaier
Hi to all, I'm facing an "OutOfMemoryError: PermGen space" running multiple times my job from the web client interface. Where do I need to increase it? The full stacktrace is: org.apache.flink.client.program.ProgramInvocationException: The program's entry point class '' caused an exception d