Fix for sim.video.memory (#29)

* change sim.video.memory range

* set default sim.video.memory

Co-authored-by: Oliver Uhlar <ouhlar@cisco.com>
This commit is contained in:
oliveruhlar
2022-11-29 19:50:41 +01:00
committed by GitHub
parent c66dbf84b3
commit f9b6e0d205
2 changed files with 2 additions and 2 deletions

View File

@@ -483,7 +483,7 @@
"memory": {
"type": "integer",
"minimum": 1,
"maximum": 2048,
"maximum": 128,
"description": "Video Memory."
}
}