diff --git a/test/env/vtophys/vtophys.c b/test/env/vtophys/vtophys.c index fd6bba856f..435c26d0e0 100644 --- a/test/env/vtophys/vtophys.c +++ b/test/env/vtophys/vtophys.c @@ -155,6 +155,7 @@ main(int argc, char **argv) spdk_env_opts_init(&opts); opts.name = "vtophys"; opts.core_mask = "0x1"; + opts.mem_size = 256; if (spdk_env_init(&opts) < 0) { printf("Err: Unable to initialize SPDK env\n"); return 1;