I have 44GB jp2 file, I want to translate it to tif file, but once it reaches 10% it crashes. No messages, just stopped. This is my command:
gdal_translate.exe -of GTiff --config GDAL_CACHMAX 8000 -co COMPRESS=JPEG -co TILED=YES -co PHOTOMETRIC=YCBCR -co JPEG_QUALITY=75 "Z:\Sat\inp.jp2" "C:\Shamaal\out.tif"
gdalinfo --formatsand add that into your question. There may be many, list them all.GDAL_CACHEMAXinstead ofGDAL_CACHMAX, but setting it to 8000 is unlikely to work unless you have a 64 bit OS and a very new GDAL. See trac.osgeo.org/gdal/wiki/ConfigOptions#GDAL_CACHEMAX