Also if your /tmp folder is not big enough you can specify swap directory from command line:
convert -limit memory 320000mb -monitor -debug cache -define registry:temporary-path=/scratch/02tmp tileimg.ppm tileimg.mcpIf convert has an OpenMP palatalization enabled you can set number of threads with:
-limit thread 1For 48000x48000 image it uses about 900Gb for caching.
In example I use mcp native imagemagick cache format. If same image will be analysed/converted many times this format is recommended.
Keine Kommentare:
Kommentar veröffentlichen