github.com/vmware/govmomi@v0.51.0/simulator/esx/host_capability.go (about)

     1  // © Broadcom. All Rights Reserved.
     2  // The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
     3  // SPDX-License-Identifier: Apache-2.0
     4  
     5  package esx
     6  
     7  import "github.com/vmware/govmomi/vim25/types"
     8  
     9  // HostCapability captured via `govc object.collect -dump $host capability`
    10  var HostCapability = &types.HostCapability{
    11  	MaxSupportedVmMemory: 25149440, // 25TB since 7.0U1
    12  }