Function: estimateMemoryMB()
estimateMemoryMB(
width,height):number
Defined in: core/dist/image-size.d.ts:11
Peak memory a server render needs: four RGBA buffers of the image plus the runtime. Lambda sizes: 12 MP needs 1024 MB, 24 MP 1769 MB, 50 MP 3008 MB.
Parameters
width
number
height
number
Returns
number