arangosh> c = db._create("users", { waitForSync : true, ........> journalSize : 1024 * 1204}); [ArangoCollection 16250, "users" (type document, status loaded)] arangosh> c.properties(); { "doCompact" : true, "journalSize" : 1232896, "isSystem" : false, "isVolatile" : false, "waitForSync" : true, "keyOptions" : { "type" : "traditional", "allowUserKeys" : true, "lastValue" : 0 }, "indexBuckets" : 8 }