gt1 / biobambam2

Tools for early stage alignment file processing
Other
93 stars 17 forks source link

Question - bammarkduplicates2 - does it invoke 'top'? #32

Closed keiranmraine closed 8 years ago

keiranmraine commented 8 years ago

Hi,

Just found a very odd log, which appears to include the output of top, that indicated a memory allocation error.

AutoArray<unsigned char,alloc_type_cxx> failed to allocate 268435456 elements (268435456 bytes)
current total allocation 306663325

Is biobambam invoking 'top' or do I need to raise this with our systems group?

Thanks

gt1 commented 8 years ago

Hi Keiran,

it invokes top in case a memory allocation fails. I added this at some point to see whether there were other programs around taking too much memory in case an allocation fails.

Best,

German

On 05.10.2016 13:13, Keiran Raine wrote:

Hi,

Just found a very odd log, which appears to include the output of top, that indicated a memory allocation error.

|AutoArray<unsigned char,alloc_type_cxx> failed to allocate 268435456 elements (268435456 bytes) current total allocation 306663325 |

Is biobambam invoking 'top' or do I need to raise this with our systems group?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gt1/biobambam2/issues/32, or mute the thread https://github.com/notifications/unsubscribe-auth/ADVD5p3Bs2uCDklRFOh-zKRESzfT7WCIks5qw4ZkgaJpZM4KOrjL.

keiranmraine commented 8 years ago

Okay, thanks