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:Satinp.jp2"
"C:Shamaalout.tif"