public static interface SnapshotTask.Options
Modifier and Type | Field and Description |
---|---|
static String |
GZIP_BUFFER_SIZE
Java property to override the default GZIP buffer size used for
GZipInputStream and GZipOutputStream . |
static final String GZIP_BUFFER_SIZE
GZipInputStream
and GZipOutputStream
.
This specifies the size in Bytes to use. The default is 512k.
-Dcom.bigdata.journal.SnapshotTask.gzipBufferSize=512
A larger value such as below is recommended for larger files.
-Dcom.bigdata.journal.SnapshotTask.gzipBufferSize=65535Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.