Skip to content

Commit 3d597f8

Browse files
bolt-botDaniel Morse
authored andcommitted
fix: update max memory for Pattern Lab PHP generation command — testing fix for PL not compiling as expected.
1 parent 645fbb8 commit 3d597f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build-tools/tasks/pattern-lab-tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async function plBuild(errorShouldExit) {
6767

6868
sh(
6969
'php',
70-
['-d', 'memory_limit=4048M', consolePath, '--generate'],
70+
['-d', 'memory_limit=8096M', consolePath, '--generate'],
7171
errorShouldExit,
7272
false,
7373
)

0 commit comments

Comments
 (0)