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