Skip to content

Commit fef8770

Browse files
updated optimize/prefetch properties
1 parent cc63f6e commit fef8770

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/virtual-machines/linux/image-builder-json.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,13 +1163,9 @@ The `optimize` property can be enabled while creating a VM image and allows VM o
11631163

11641164
```json
11651165
"optimize": {
1166-
11671166
"vmboot": {
1168-
11691167
"state": "Enabled"
1170-
11711168
}
1172-
11731169
}
11741170
```
11751171

@@ -1184,6 +1180,8 @@ optimize: {
11841180
```
11851181
---
11861182

1183+
- **vmboot**: A configuration related to the booting process of the virtual machine (VM), used to control optimizations that can improve boot time or other performance aspects.
1184+
- **state**: The state of the boot optimization feature within `vmboot`, with the value `Enabled` indicating that the feature is turned on to improve image creation time.
11871185

11881186
## Properties: source
11891187

0 commit comments

Comments
 (0)