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
reg-cli(reg-suit run) throws error if images are two long to compare. The images size are about 1MB.
Am I able to pass exceededAmount as an option? Or use another option to solve this problem?
/home/runner/work/next/node_modules/.pnpm/[email protected]/node_modules/jpeg-js/lib/decoder.js:1071
throw new Error(`maxMemoryUsageInMB limit exceeded by at least ${exceededAmount}MB`);
^
Error: maxMemoryUsageInMB limit exceeded by at least 28MB
at requestMemoryAllocation (/home/runner/work/next/node_modules/.pnpm/[email protected]/node_modules/jpeg-js/lib/decoder.js:1071:13)
at buildComponentData (/home/runner/work/next/node_modules/.pnpm/[email protected]/node_modules/jpeg-js/lib/decoder.js:525:5)
at constructor.parse (/home/runner/work/next/node_modules/.pnpm/[email protected]/node_modules/jpeg-js/lib/decoder.js:869:18)
at Object.decode (/home/runner/work/next/node_modules/.pnpm/[email protected]/node_modules/jpeg-js/lib/decoder.js:1116:11)
at /home/runner/work/next/node_modules/.pnpm/[email protected]/node_modules/img-diff-js/lib/decode-jpeg.js:20:34
at Generator.next (<anonymous>)
at fulfilled (/home/runner/work/next/node_modules/.pnpm/[email protected]/node_modules/img-diff-js/lib/decode-jpeg.js:5:58)
Reproduced step
Steps to reproduce the behavior:
Use reg-suit run to compare two long images
Expected behavior
End without error
Actual behavior
End with over maxMemoryUsageInMB
Screenshots
nth
The text was updated successfully, but these errors were encountered:
Describe the bug
reg-cli(
reg-suit run
) throws error if images are two long to compare. The images size are about 1MB.Am I able to pass
exceededAmount
as an option? Or use another option to solve this problem?Reproduced step
Steps to reproduce the behavior:
reg-suit run
to compare two long imagesExpected behavior
End without error
Actual behavior
End with over maxMemoryUsageInMB
Screenshots
nth
The text was updated successfully, but these errors were encountered: