Skip to content

Commit

Permalink
Merge pull request #1508 from WikiWatershed/feature/hmc/jvm-stack-size
Browse files Browse the repository at this point in the history
Increase SJS JVM stack size to avoid stack overflow
  • Loading branch information
hectcastro authored Oct 4, 2016
2 parents 1016a64 + 8d7fa0e commit 20c3b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exec /usr/bin/docker run \
--volume {{ geop_home }}:{{ geop_home }} \
--volume {{ sjs_data_dir }}:{{ sjs_data_dir }} \
--log-driver syslog \
{{ sjs_container_image }} --driver-memory {{ sjs_driver_memory }}
{{ sjs_container_image }} --driver-memory {{ sjs_driver_memory }} --driver-java-options "-Xss5m -Dlog4j.configuration=file:log4j.properties"

post-stop script
/usr/bin/docker kill spark-jobserver || true
Expand Down

0 comments on commit 20c3b95

Please sign in to comment.