Skip to content

Commit

Permalink
Merge branch '40' of https://github.com/zhuoliu/storm into STORM-40
Browse files Browse the repository at this point in the history
  • Loading branch information
Sriharsha Chintalapani committed Oct 31, 2015
2 parents 72fc3be + 24886ee commit 2fed2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ supervisor.cpu.capacity: 400.0

### worker.* configs are for task workers
worker.heap.memory.mb: 768
worker.childopts: "-Xmx%HEAP-MEM%m"
worker.childopts: "-Xmx%HEAP-MEM%m -XX:+PrintGCDetails -Xloggc:artifacts/gc.log -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=1M -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=artifacts/heapdump"
worker.gc.childopts: ""
worker.heartbeat.frequency.secs: 1

Expand Down

0 comments on commit 2fed2ae

Please sign in to comment.