Reduce memory for kvm-unit-test
This commit is contained in:
parent
af0c725a72
commit
cb73530996
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ var emulator = new V86({
|
|||
vga_bios: { buffer: vga_bios },
|
||||
multiboot: new Loader(process.argv[2]),
|
||||
autostart: true,
|
||||
memory_size: 256 * 1024 * 1024,
|
||||
memory_size: 64 * 1024 * 1024,
|
||||
});
|
||||
|
||||
emulator.bus.register("emulator-started", function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue