Commit 911c12c6 authored by Jim Harris's avatar Jim Harris
Browse files

test/event_perf: use less memory



There's no reason this test needs to use all of the
hugepage memory allocated in the system.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: Iab575d322f2d1cb6452e5ebd7705aee9353a6fba

Reviewed-on: https://review.gerrithub.io/420456


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
parent 136c8c78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@ main(int argc, char **argv)
	int rc = 0;

	opts.name = "event_perf";
	opts.mem_size = 256;

	g_time_in_sec = 0;