Adjustment is only available with SAW < 8.0:
You can reduce RAM consumption by setting the parameter--genomeChrBinNbits
= min(18,log2[max(GenomeLength/number of references, ReadLength)]). For example, if the reference genome has a size of 14G and contains 90k chromosomes/scaffolds, you can calculate the value of --genomeChrBinNbits
using the aforementioned formula. In this case, it is recommended to set the parameter value to 17. FFor more detailed information, please refer to the documentation of the STAR software:
https://github.com/alexdobin/STAR/blob/master/doc/STARmanual.pdf.