Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem generating Genome files: out of memory? #26

Open
GoogleCodeExporter opened this issue Jan 26, 2016 · 0 comments
Open

Problem generating Genome files: out of memory? #26

GoogleCodeExporter opened this issue Jan 26, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hey Alex,

I am having problems indexing h19 on ec2 (m3.2xlarge) with STAR_2.3.0e_r291.  
Any thoughts on what is going on?  There is 31GB of RAM, so it should all fit:

cat /proc/meminfo  | grep Mem
MemTotal:       30828584 kB
MemFree:        29358328 kB

Log.out:
Aug 05 00:41:01 ..... Started STAR run
Aug 05 00:41:01 ... Starting to generate Genome files
Aug 05 00:42:23 ... starting to sort  Suffix Array. This may take a long time...
Aug 05 00:42:44 ... sorting Suffix Array chunks and saving them to disk...
Aug 05 01:07:44 ... loading chunks from disk, packing SA...
Aug 05 01:12:00 ... writing Suffix Array to disk ...
Aug 05 01:13:46 ... Finished generating suffix array
Aug 05 01:13:46 ... starting to generate Suffix Array index...
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
run.sh: line 5: 11810 Aborted                 STAR --runMode genomeGenerate 
--genomeDir .../human_g1k_v37/star/ --genomeFastaFiles 
....human_g1k_v37/human_g1k_v37.fasta --sjdbGTFfile .../human_g1k_v37/...gtf 
--runThreadN 8

Original issue reported on code.google.com by [email protected] on 5 Aug 2014 at 1:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant