k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/jobs/e2e_node/crio/templates/base/hugepages.yaml (about)

     1  ---
     2  systemd:
     3    units:
     4      - name: allocate-1G-hugepages.service
     5        enabled: true
     6        contents: |
     7          [Unit]
     8          Description=Allocate 1G hugepages.
     9          After=network-online.target
    10  
    11          [Service]
    12          Type=oneshot
    13          ExecStart=/bin/sh -c '/usr/bin/echo 1 > \
    14            /sys/kernel/mm/hugepages/hugepages-1048576kB/nr_hugepages'
    15  
    16          [Install]
    17          WantedBy=multi-user.target