In some cases you may need to make the swap space larger than the runners default (4096)
Typical usage of this action looks like this:
- uses: get-bridge/swap-space-action@v1
with:
swap-size-mb: 8192
Following inputs are used as step.with
keys
Name | Required | Default | Type | Description |
---|---|---|---|---|
swap-size-mb |
false | 8192 | Integer | Swap size in megabytes |