Hi, we're using Prince to generate high quality user configurable books.
During development it has been working fine (and providing beautiful output!), but when testing on the full data set we are encountering an error:
2^32 - 4293719550 = 1247746, so we're wondering if we're up against a hard limit here – the numbers seem to indicate a rollover on a 32-bit / 4Gb addressing limitation – or if there is anything we could / should try, like running on a system with more memory?
During development it has been working fine (and providing beautiful output!), but when testing on the full data set we are encountering an error:
prince: internal error: incorrect_stream_length(1247746, -4293719550)
2^32 - 4293719550 = 1247746, so we're wondering if we're up against a hard limit here – the numbers seem to indicate a rollover on a 32-bit / 4Gb addressing limitation – or if there is anything we could / should try, like running on a system with more memory?