You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by clark djilo kuissu <dj...@yahoo.fr> on 2015/05/30 23:36:47 UTC

Run Zeppelin with a given size of memory

Hi Moon,
  How to do this with zeppelin : ./bin/spark-shell --driver-memory 2g ?
Thanks,
Clark 

Re: Run Zeppelin with a given size of memory

Posted by moon soo Lee <mo...@apache.org>.
Hi Clark,

Currently Zeppelin has two environment variables for memory

ZEPPELIN_MEM, ZEPPELIN_INTP_MEM. For zeppelin server and for interpreter
processes, respectively. It helps you configure memory of the process that
runs spark driver.

For example, export ZEPPELIN_INTP_MEM="-Xmx2048m"

If you open conf/zeppelin-env.sh.template, you'll see short descriptions.

Thanks,
moon

On Sun, May 31, 2015 at 6:41 AM clark djilo kuissu <dj...@yahoo.fr>
wrote:

>
> Hi Moon,
>
>   How to do this with zeppelin : ./bin/spark-shell --driver-memory 2g ?
>
> Thanks,
>
> Clark
>
>