AV-211558 Increase controller VM memory to prevent Terraform timeouts#672
Merged
Rohan-sss1 merged 1 commit into31.2.2from Jan 12, 2026
Merged
AV-211558 Increase controller VM memory to prevent Terraform timeouts#672Rohan-sss1 merged 1 commit into31.2.2from
Rohan-sss1 merged 1 commit into31.2.2from
Conversation
shardullatkar
approved these changes
Jan 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: https://vmw-jira.broadcom.net/browse/AV-211558
Summary
Terraform timeouts were caused by insufficient memory allocated to the controller VM. The module currently configures the controller with 24 GB RAM, which is not adequate for newer controller versions.
Details
Reproduced the issue consistently with 24 GB RAM, where the controller failed to reach a ready state and Terraform timed out while waiting for the API.
Increasing the memory to 30–34 GB allowed the controller to boot successfully and Terraform to complete reliably.
Validated this behavior by reducing an existing controller from 32 GB to 24 GB (failed to come up even after several hours) and restoring it back to 32 GB, which resolved the issue.
Fix
Updated the VMware module to increase the controller VM memory to prevent boot delays and Terraform execution timeouts.