esmero / archipelago-docker-images

This holds our master docker images used in Archipelago deployment
GNU General Public License v3.0
2 stars 3 forks source link

EofException on JPEGs for Cantaloupe 6.0.0 on ARM64 #40

Closed aksm closed 2 years ago

aksm commented 2 years ago

What?

EofException on JPEGs as in this bug upstream: cantaloupe-project/cantaloupe#590

Same problem with Java2dProcessor. Not happening on X64. This was on a Raspberry Pi 4 so maybe better hardware would have different results?

DiegoPino commented 2 years ago

Bad!!! Damn

aksm commented 2 years ago

Tested on an ARM64 machine with better hardware, and didn't encounter the same problem. Will do some more checking to make sure.

DiegoPino commented 2 years ago

Wonderful!!

On Mon, Jun 13, 2022 at 11:41 AM Albert Min @.***> wrote:

Tested on an ARM64 machine with better hardware, and didn't encounter the same problem. Will do some more checking to make sure.

— Reply to this email directly, view it on GitHub https://github.com/esmero/archipelago-docker-images/issues/40#issuecomment-1154080998, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABU7ZZ4JREHUZVYPXSM4XLDVO5JA7ANCNFSM5YOTKSIQ . You are receiving this because you commented.Message ID: @.***>

-- Diego Pino Navarro Digital Repositories Developer Metropolitan New York Library Council (METRO)

aksm commented 2 years ago

Happy to report snappy performance on an ARM64 Oracle Cloud instance with 8GB RAM and 2 CPUs. The errors were showing up on a 4GB RAM Raspberry Pi with an additional docker container taking up resources.

Will close for now since this seems to be a resource/requirement problem rather than a bug.