Fix: Add vex v3 starter flavors for create scripts
[releng/global-jjb.git] / releasenotes / notes / custom-swap-size-864fc8ca8343d4af.yaml
1 ---
2 features:
3   - |
4     **jenkins-init-scripts** If the environmental variable 'SWAP_SIZE' is
5     set when the 'init.sh' script is called, then a 'SWAP_SIZE' GB swap
6     space will be configured. If 'SWAP_SIZE' is '0' or is not a valid
7     integer, then no swap space is configured. If it is unset then 1GB
8     of swap will be configured. Previously the swap size was fixed at
9     1GB.