mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-11-03 13:33:16 +00:00
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:
@@ -47,7 +47,7 @@ sim:
|
||||
ram: 2048
|
||||
cpu_limit: 100
|
||||
video:
|
||||
memory: 1024
|
||||
memory: 16
|
||||
boot:
|
||||
timeout: 600
|
||||
completed:
|
||||
|
||||
@@ -483,7 +483,7 @@
|
||||
"memory": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 2048,
|
||||
"maximum": 128,
|
||||
"description": "Video Memory."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user