You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,12 @@ Please note that these are very simple scripts that don't implement error checki
18
18
$ ./build.sh
19
19
$ sudo ./install.sh
20
20
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:
22
22
23
23
$ JOB_COUNT=1 ./build.sh
24
24
25
+
The default job count is equal to the number of CPU cores.
26
+
25
27
The PHP-FPM can be operated using the `php7-fpm` init script:
0 commit comments