In the past, the maximum size of a print job on a Mac has been 2 Gb, because CUPS (the Common Unix Print System) used by MacOS uses 32 bit pointers.
Attempting to print a larger print (not the physical dimensions of the print, but the spooled print queue size) on my Epson 9900 would result in a blank page being printed (and, inconveniently, also being cut off).
So, when I print something large (say, 44" x 96"), I reduce the print resolution to 180 dpi, and use 8 bit print output.
MacOS Catalina uses CUPS 2.3.0, but I haven't been able to determine whether the 64-bit executable still uses 32 bit pointers (it does on some Linux systems), or whether it finally supports 64-bit pointers.
Does anyone know?
Has anyone been able to output at a higher resolution at this print size?
My images are very high resolution, so I'd love to be able to print 360 dpi, 16-bit at this size.
Thanks!