commit | 47df7d4c94bc6db56abb893af21c61288c0537b5 | [log] [tgz] |
---|---|---|
author | Jordan Halterman <jordan@opennetworking.org> | Thu Dec 13 17:39:17 2018 -0800 |
committer | Jordan Halterman <jordan@opennetworking.org> | Fri Dec 14 19:55:43 2018 +0000 |
tree | c63228c7e132f8dc9991ecb24ee3a80cf2ac7d5d | |
parent | c9539e66d8bc2bbd6b5043f4b33739c61cf5fb49 [diff] |
Use memory mapped file storage for Raft partitions in tests Change-Id: I68c3e4befcde059711c6df1b094b578200c00c62
diff --git a/tools/test/bin/atomix-gen-config b/tools/test/bin/atomix-gen-config index e69f441..f42d152 100755 --- a/tools/test/bin/atomix-gen-config +++ b/tools/test/bin/atomix-gen-config
@@ -142,7 +142,10 @@ 'type': 'raft', 'partitions': num_partitions, 'partitionSize': partition_size, - 'members': [node['id'] for node in nodes] + 'members': [node['id'] for node in nodes], + 'storage': { + 'level': 'mapped' + } } } }