Skip to content

Commit

Permalink
Update increasing-memory-of-fire-server.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantshekhar committed Jan 2, 2018
1 parent 022dc56 commit 22b2653
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ Below is from run-fire-server.sh::
* In order to increase the amount of memory for the Sparkflows web server, ``increase the value of -Xmx`` based on the amount of memory available on your server.

* For example, you could raise it to 5 GB or 10 GB or more up to 25 GB.

* -Xmx5g
* -Xmx10g
* -Xmx25g

* The increased memory size, if available, allows Sparkflows to handle more requests and return results faster. Of course, when connected to a Spark cluster, the full jobs are submitted to the Spark cluster through spark-submit, allowing it to be very scalable and not dependent on the Sparkflows web server.

* The interactive execution of the workflows in the workflow editor, is run within Sparkflows on a small subset of the data. These interactive executions would benefit from increased memory.

0 comments on commit 22b2653

Please sign in to comment.