Skip to content

Commit 0f9eae3

Browse files
committed
Increase available RAM for the VM
This allows our images built using buildroot 2023.11 to boot.
1 parent d1d62c2 commit 0f9eae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class LinuxBrowserShell {
99
private emulator: any
1010

1111
private config: any = {
12-
memory_size: 64 * 1024 * 1024,
12+
memory_size: 128 * 1024 * 1024,
1313
vga_memory_size: 2 * 1024 * 1024,
1414
disable_mouse: true,
1515
autostart: true,

0 commit comments

Comments
 (0)