Search found 6 matches

by Denver
2017-04-24T16:47:42-07:00
Forum: Users
Topic: Montage 10,000 images on VPS
Replies: 10
Views: 8347

Re: Montage 10,000 images on VPS

Wow, I didn't realize I wasn't on the current version. Updated and it now works. Thank you!
by Denver
2017-04-24T14:38:22-07:00
Forum: Users
Topic: Montage 10,000 images on VPS
Replies: 10
Views: 8347

Re: Montage 10,000 images on VPS

ImageMagick 6.7.7-10 2016-06-01 Q16
and Ubuntu 14.04
by Denver
2017-04-24T12:39:30-07:00
Forum: Users
Topic: Montage 10,000 images on VPS
Replies: 10
Views: 8347

Re: Montage 10,000 images on VPS

So I upped my system limit to 10,001 but the same issue is persisting :(
by Denver
2017-04-24T12:03:44-07:00
Forum: Users
Topic: Montage 10,000 images on VPS
Replies: 10
Views: 8347

Re: Montage 10,000 images on VPS

Cool just tried this:

core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 15845
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8 ...
by Denver
2017-04-24T11:50:29-07:00
Forum: Users
Topic: Montage 10,000 images on VPS
Replies: 10
Views: 8347

Re: Montage 10,000 images on VPS

So I just checked and upped the max files to 10,001 as well as tweaked my query

File Area Memory Map Disk Thread Time
-------------------------------------------------------------------------------
10001 4.1983GB 1.955GiB 3.91GiB unlimited 2 unlimited

montage -limit memory 1900 -limit map 1900 ...
by Denver
2017-04-24T11:13:32-07:00
Forum: Users
Topic: Montage 10,000 images on VPS
Replies: 10
Views: 8347

Montage 10,000 images on VPS

Hi everyone,

I have a directory of 10,000 150x150 png images that I would like to montage into a 100x100 grid using the following code:

montage -limit memory 2048 -limit map 2048 *.png -geometry +0+0 -tile 100x100 montage.png

Understandably I guess this is too much for my server to handle. I ...