Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy: Increase swap size for Raspberry Pi builds
Raspbian sets the swap size to 100MB by default, which causes the npm install step to hang the system on devices with 500MB of RAM. This commit adds a step to build_rpanion.sh to increase the swap size, which enables the installation to complete successfully. Fixes issue #207 Revert "Deploy: Increase swap size for Raspberry Pi builds" This reverts commit fc53749. Deploy: Increase swap size for Raspberry Pi builds Raspbian sets the swap size to 100MB by default, which causes the npm install step to hang the system on devices with 500MB of RAM. About 700MB of total memory is needed for the build/install process. This commit adds a step to build_rpanion.sh to increase the swap size, which enables the installation to complete successfully. Fixes issue #207 and maybe #208 also
- Loading branch information