VMware Cloud Community
chrischrischris
Enthusiast
Enthusiast

vRA 8.9 on-prem ABX: How to increase log size and RAM size?

 

Hi all,

For vRA 8.9 on-prem ABX: How to increase log size and RAM size?

My PowerShell program gets killed for using too much RAM.  

When I fix that problem, I discovered that all the data I sent to the log did not appear because the log gets truncated.

To fix this I would like to (1) increase the amount of RAM my program can use before it is killed and (2) increase the size of the log so all the data I have logged is in the log 😆

TIA!

-Chris

0 Kudos
2 Replies
xian_
Expert
Expert

Try to assign the output of your commands to variables, and return only necessary information to avoid large data output.

See Solved: vRA 8.7 - ABX 'new On Prem engine' causing 'argume... - VMware Technology Network VMTN

0 Kudos
chrischrischris
Enthusiast
Enthusiast

Thanks @xian_ 

For those following along:

  • It is possible to allocate more RAM via the GUI / API.
  • It is not possible to enlarge the log buffer
    • I have opened a feature request for this.

 

 

0 Kudos