Skip to content

Configure Pagefile

Actions
Configure Pagefile on Windows agents in GitHub Actions
v1.4
Latest
Star (28)

Tags

 (1)

configure-pagefile-action

This action is intended to configure Pagefile size and location for Windows images in GitHub Actions.

Available parameters

Argument Description Format Default value
minimum-size Set minimum size of Pagefile 2048MB, 4GB, 8GB and etc. 8GB
maximum-size Set maximum size of Pagefile The same like minimum-size minimum-size
disk-root Set disk root where Pagefile will be located C: or D: D:

Usage

name: CI
on: [push]
jobs:
  build:
    runs-on: windows-latest
    steps:
    - name: configure Pagefile
      uses: al-cheb/[email protected]
      with:
        minimum-size: 8GB

    - name: configure Pagefile
      uses: al-cheb/[email protected]
      with:
        minimum-size: 8GB
        maximum-size: 16GB
        disk-root: "D:"

License

The scripts and documentation in this project are released under the MIT License

Configure Pagefile is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Configure Pagefile on Windows agents in GitHub Actions
v1.4
Latest

Tags

 (1)

Configure Pagefile is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.