Set segment_above to avoid overflow on 32bit systems.

This commit is contained in:
Pascal Obry
2015-05-21 18:04:02 +02:00
parent 12786e0818
commit e4cec697ab
+1 -1
View File
@@ -555,7 +555,7 @@ FuseOptions options = {
.cache_timeout = "600",
.verify_ssl = "true",
.segment_size = "1073741824",
.segment_above = "2147483648",
.segment_above = "2147483647",
.storage_url = "",
.container = "",
//.temp_dir = "/tmp/",