Map<String,String> params = getDefaultParams();
params.put( GraphDatabaseSettings.use_memory_mapped_buffers.name(), GraphDatabaseSetting.BooleanSetting.FALSE );
params.putAll( stringParams );
final FileSystemAbstraction fileSystem = new DefaultFileSystemAbstraction();
params = new ConfigurationDefaults( GraphDatabaseSettings.class ).apply( params );
Config config = new Config( params );
boolean dump = config.get( GraphDatabaseSettings.dump_configuration );
this.storeDir = storeDir;
this.idGeneratorFactory = new DefaultIdGeneratorFactory();