Add optional lz4 compression for snapshots
[controller.git] / opendaylight / md-sal / sal-clustering-config / src / main / resources / initial / akka.conf
index 5cde9e4c46251c9ab87e49307b5989cda1fb016b..88443c00b395f2baa57495893c8535882c798411 100644 (file)
@@ -34,6 +34,11 @@ odl-cluster-data {
       # The relative path is always relative to KARAF_HOME.
 
       # snapshot-store.local.dir = "target/snapshots"
+
+      # Use lz4 compression for LocalSnapshotStore snapshots
+      snapshot-store.local.use-lz4-compression = false
+      # Size of blocks for lz4 compression: 64KB, 256KB, 1MB or 4MB
+      snapshot-store.local.lz4-blocksize = 256KB
     }
     disable-default-actor-system-quarantined-event-handling = "false"
   }