Skip to content

Commit 4a431fd

Browse files
committed
Mention Raspberry and the default job count
1 parent 1ca8760 commit 4a431fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ Please note that these are very simple scripts that don't implement error checki
1818
$ ./build.sh
1919
$ sudo ./install.sh
2020

21-
On systems with little amount of RAM you might want to decrease the number of parallel `make` jobs by passing the `JOB_COUNT` variable:
21+
On systems with little amount of RAM such as Raspberry Pi you might want to decrease the number of parallel `make` jobs by passing the `JOB_COUNT` variable:
2222

2323
$ JOB_COUNT=1 ./build.sh
2424

25+
The default job count is equal to the number of CPU cores.
26+
2527
The PHP-FPM can be operated using the `php7-fpm` init script:
2628

2729
Usage: /etc/init.d/php7-fpm {start|stop|status|restart|reload|force-reload}

0 commit comments

Comments
 (0)