Skip to content

Conversation

retekdk
Copy link
Contributor

@retekdk retekdk commented Aug 13, 2025

  • Replaced --cpus with --vcpus to correctly specify the number of virtual CPUs
  • --cpus sets the CPU model/type, not the quantity
  • Ensures proper VM resource allocation using --vcpus "${CPU_NUM}"

- Replaced `--cpus` with `--vcpus` to correctly specify the number of virtual CPUs
- `--cpus` sets the CPU model/type, not the quantity
- Ensures proper VM resource allocation using `--vcpus "${CPU_NUM}"`
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 13, 2025
@AmedeeBulle
Copy link
Member

Thanks for this.
Note that --cpus is correct while deprecated (it is --cpu which sets the cpu type).

I already made this change in my local branch for OL9U6/UEK8 support which will be published shortly once verified internally.

Note that passing topology in CPU_NUM requires additional changes in the scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants