Skip to content

Commit

Permalink
lkl: revert memory increase for vfio test
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <[email protected]>
  • Loading branch information
thehajime committed Jun 23, 2023
1 parent f3b3c76 commit 20bc97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lkl/tests/disk-vfio-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ int main(int argc, const char **argv)
return -1;

snprintf(bootparams, sizeof(bootparams),
"mem=32M loglevel=8 lkl_pci=vfio%s", cla.pciname);
"mem=16M loglevel=8 lkl_pci=vfio%s", cla.pciname);

lkl_host_ops.print = lkl_test_log;

Expand Down

0 comments on commit 20bc97b

Please sign in to comment.