.println("The max direct memory is too low. Either increase by setting (-XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages) or disable direct allocation by (blur.shard.blockcache.direct.memory.allocation=false) in blur-site.properties");
System.exit(1);
}
throw e;
}
cache = new BlockDirectoryCache(blockCache);
} else {
cache = BlockDirectory.NO_CACHE;
}
_cache = cache;
}