Memory Issues PyRosetta?

Member Site Forums PyRosetta PyRosetta – General Memory Issues PyRosetta?

Viewing 1 reply thread
  • Author
    Posts
    • #1211
      Anonymous

        Hi,
        I´m running a Pyrosetta script on a 300aa protein with 30 mutable residues a packmover and a fastrelax (3 iterations each) on EX-level 4. When I allocate Memory below 16G I often have uncommented script abortions or “bad alloc” failures. Above 16G that never occurs. Now 16G is a lot and a lot more I seemed to need with Rosetta, albeit, not with the exact same job config. Is there a rule of thump concerning memory usage in PyRosetta? Comparisons with rosetta? Does anybody else encountered memory problems?
        Thanks!

      • #6844
        Anonymous

          I assume when you say “ex level 4” you mean “ex1 ex2 ex3 ex4”. Design on 30 residues with ex1, 2, 3, and 4 is going to use a TON of memory – 16 GB is higher than I’d predict, but not surprising. I don’t know if there are any memory inefficiencies in PyRosetta relative to regular Rosetta w/r/t packing; I’d guess not.

          Turning on the -linmem_ig functionality (flag is “-linmem_ig 20”; there’s a PackerTask function call for it too) will fix your memory issue.

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.