From what I understand with my basic spanish....:
- 150000*10000*4 (float)*3 (channels)=1.7 GBytes per image
- Windows probably consumes 1 GB
-GradientMergeMosaic requires a couple of internal fields in double precision (8 bytes per number). All in all that could explain your out of memory message
Workarounds:
-You could try to increas the size of your "Virtual Memory" (in extended system settings), but even if that gives you enough space, computations will be *very* slow, because memory access is redirect to you hard disk.
- If possible, try to reduce the size of your mosaic (by downsampling), or by managing each channel separately.
Georg