[dspace-tech] Re: Can't produce Thumbnails!

2020-06-20 Thread Chris Clawson
Okay- Maybe this has something to do with the large image pixel size 4000 x 6000 of the jpgs. Where can I adjust the amount of memory available for the 'dspace filter-media' command? -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/abo

Re: [dspace-tech] Re: Can't produce Thumbnails!

2020-06-22 Thread Alan Orth
Dear Chris, You can set it directly on the command line using JAVA_OPTS: $ export JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" $ dspace filter-media The default memory heap in the `dspace` script is 256m. Regards, On Sun, Jun 21, 2020 at 8:47 AM Chris Clawson wrote: > > Okay- Maybe this has s

Re: [dspace-tech] Re: Can't produce Thumbnails!

2020-06-23 Thread Chris Clawson
Thank You. This limit will affect the ability to generate thumbnails for larger file size bitstreams. Once I lowered my image resolution, I found it easier for the system to produce thumbnails. Got it. Memory related, and using the command you describe will raise the limit. -- All messages to

Re: [dspace-tech] Re: Can't produce Thumbnails!

2020-06-26 Thread Alan Orth
Yes you're right. Those are quite large dimensions for a thumbnail. Also DSpace's default Java heap size hasn't changed in a decade and PDFs have all gotten bigger! Regards, On Wed, Jun 24, 2020, 01:21 Chris Clawson wrote: > Thank You. > This limit will affect the ability to generate thumbnails