Use these server settings to set image size limits.
Limits the size of data the Image Server is allowed to send to the Platform Server. Effectively, this limits the size of the encoded/compressed response image that Image Serving can return to the client by way of HTTP (Mbytes).
Limits the size of images the Image Server can produce (excluding images saved to file). Integer value larger than 0 in millions of pixels. An error is returned if a render operation would exceed the size limit. Default is 16.
Limits the size of images the Image Server writes to files with the req=saveToFile
command. Integer value larger than 0 in millions of pixels. An error is returned if the file save operation would exceed that limit. Default is 100 million pixels.
The maximum size (in Mpixels) of images which are not PTIFFs that the Image Server is allowed to open. Image Serving returns an error when an attempt is made to access a non-PTIFF image which is larger than this limit.
Setting this value too high may cause the Image Server to be starved of memory and result in failures, including crashes.