Skip to content
Snippets Groups Projects
Commit 3260de67 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Updated Wowza Tune file.

parent 08e2593e
No related branches found
No related tags found
No related merge requests found
......@@ -10,15 +10,17 @@
or specify heap size directly (ex: <HeapSize>8000M</HeapSize>)
-->
<HeapSize>2000M</HeapSize>
<!--
GarbageCollector
${com.wowza.wms.TuningGarbageCollectorConcurrentDefault} - Concurrent Collector (recommended)
${com.wowza.wms.TuningGarbageCollectorG1Default} - G1 (Garbage First) Collector
${com.wowza.wms.TuningGarbageCollectorConcurrentDefault} - Concurrent Collector
${com.wowza.wms.TuningGarbageCollectorG1Default} - G1 (Garbage First) Collector (recommended)
or specify custom GC settings directly (ex: <GarbageCollector>-XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:NewSize=512m</GarbageCollector>)
-->
<GarbageCollector>${com.wowza.wms.TuningGarbageCollectorG1Default}</GarbageCollector>
<!--
VM Options - other VM startup options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment