memory is low reading termination?
1
0
Entering edit mode
5.9 years ago
PK ▴ 130

I have lots of BAM file. I am looking novel transcripts from my bam file by using IGV. I have 4gb (Linux) and 8 GB Windows 10 systems. I want to allocate more RAM memory for IGV help me how to proceed.

RNA-Seq alignment next-gen • 5.0k views
ADD COMMENT
2
Entering edit mode
5.9 years ago
GenoMax 141k

On Windows there is an igv.bat batch file that you must be using to start IGV. You could edit this line

jre1.8.0_NNN\bin\javaw  -Xmx2G -Dproduction=true -Djava.net.preferIPv4Stack=true -Dsun.java2d.noddraw=true -jar %BatchPath%lib\igv.jar  %*

and increase the -Xmx parameter to a higher value -Xmx6G. Since you only have 8G of RAM for windows you don't want to go any higher. If this does not suffice then you need to find hardware with better specs.

ADD COMMENT
0
Entering edit mode

Ok thanks, previously i allocated more RAM for IGV but it did not any better results.

ADD REPLY
0
Entering edit mode

how many BAM files we can load. Because i have many.

ADD REPLY
0
Entering edit mode

You can load many if there is ample RAM available. If you are running out of resources on your computer then you are going to be limited by as many as that can fit in the memory you can afford to spare.

ADD REPLY

Login before adding your answer.

Traffic: 2643 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6