CBIIT / R-cometsAnalytics

R package development for COMETS Analytics
12 stars 10 forks source link

Warning: bad alloc #57

Closed steven-moore closed 1 year ago

steven-moore commented 6 years ago

I believe that this issue occurs when a greater number of processes are initiated than the server is currently configured to handle. That number right now is 3, but could be increased if the cost is justifiable on the basis of our usage tracking data.

bad alloc

steven-moore commented 6 years ago

This warning is most prevalent, I believe, when one large file is running in batch mode, while another large file is running through the integrity check.

Is it possible that integrity check tries to engage multiple processors when running a large file, thus triggering this error?

steven-moore commented 6 years ago

Confirmed that this is far more likely when a large file is running through super batch mode.