-
Is it possible to increase RAM size on qemu_x86? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
adding more info: |
Beta Was this translation helpful? Give feedback.
-
the closest thing that I found is here: I guess I answered my own question LoL. |
Beta Was this translation helpful? Give feedback.
the closest thing that I found is here:
You can change DT_DRAM_SIZE to increase the RAM region. Not sure if this is exposed to the API.
I guess I answered my own question LoL.