Skip to content

Commit 03c9696

Browse files
deleugpnmnapoli
authored andcommitted
reduce parallelism
1 parent 679f8b4 commit 03c9696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/publish/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish-by-type:
33
# Add executable permission to the publish script
44
chmod +x ./publish.sh
55

6-
LAYER_NAME=${CPU}-${PHP_VERSION}-${TYPE} $(MAKE) -j7 parallel-publish
6+
LAYER_NAME=${CPU}-${PHP_VERSION}-${TYPE} $(MAKE) -j5 parallel-publish
77

88
##########################################################################################
99

0 commit comments

Comments
 (0)