A set of string constants for the parameter AlterResourceGroupRequest.tier_attributes. More…
Static Public Attributes | |
| const string | MAX_MEMORY = “max_memory” |
| Maximum amount of memory usable at one time, per rank, per GPU, for the VRAM tier; or maximum amount of memory usable at one time, per rank, for the RAM tier. | |
Detailed Description
A set of string constants for the parameter AlterResourceGroupRequest.tier_attributes.
Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers.
For instance, to set max VRAM capacity to 1GB per rank per GPU and max RAM capacity to 10GB per rank, use: ‘VRAM’:‘max_memory’:‘1000000000’, ‘RAM’:‘max_memory’:‘10000000000’
Definition at line 27 of file AlterResourceGroup.cs.
Member Data Documentation
◆ MAX_MEMORY
| static |
Maximum amount of memory usable at one time, per rank, per GPU, for the VRAM tier; or maximum amount of memory usable at one time, per rank, for the RAM tier.
Definition at line 32 of file AlterResourceGroup.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AlterResourceGroup.cs
- Kinetica/Protocol/AlterResourceGroup.cs