Commit 924c2994 authored by Jaroslaw Chachulski's avatar Jaroslaw Chachulski Committed by Tomasz Zawadzki
Browse files

scripts/nvmf_perf: Double IO buffer pool count for performance tests

parent aa34e8e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1139,7 +1139,7 @@ class SPDKTarget(Target):
        self.enable_dsa = False
        self.scheduler_core_limit = None
        self.iobuf_small_pool_count = 16383
        self.iobuf_large_pool_count = 4095
        self.iobuf_large_pool_count = 8191
        self.num_cqe = 4096

        if "num_shared_buffers" in target_config: