Skip to content

Commit

Permalink
Support huge pages in machine configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie-lou committed Dec 17, 2024
1 parent f74f43b commit 966743e
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
53 changes: 53 additions & 0 deletions client/models/machine_configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions client/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,12 @@ definitions:
minimum: 1
maximum: 32
description: Number of vCPUs (either 1 or an even number)
huge_pages:
type: string
enum:
- None
- 2M
description: Which huge pages configuration (if any) should be used to back guest memory.

MemoryBackend:
type: object
Expand Down

0 comments on commit 966743e

Please sign in to comment.