Class: Google::Cloud::Container::V1beta1::LinuxNodeConfig::HugepagesConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::LinuxNodeConfig::HugepagesConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Hugepages amount in both 2m and 1g size
Instance Attribute Summary collapse
-
#hugepage_size1g ⇒ ::Integer
Optional.
-
#hugepage_size2m ⇒ ::Integer
Optional.
Instance Attribute Details
#hugepage_size1g ⇒ ::Integer
Returns Optional. Amount of 1G hugepages.
60 61 62 63 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 60 class HugepagesConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hugepage_size2m ⇒ ::Integer
Returns Optional. Amount of 2M hugepages.
60 61 62 63 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 60 class HugepagesConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |