atulkakrana / sPARTA

miRNA-target prediction and PARE-seq based validation tool - uses MapReduce model [Published]
Other
7 stars 7 forks source link

OSError: [Errno 12] Cannot allocate memory #12

Open joweihsieh opened 2 months ago

joweihsieh commented 2 months ago

Hi Atul,

Thank you for developing this tool.

I have been using sPARTA to identify miRNA targets in both genic and intergenic regions using two PARE libraries from bread wheat. While I successfully processed the genic regions, I encountered memory issues when attempting to process the intergenic regions, despite allocating approximately 450GB of memory for the task.

I wonder if you have any suggestions on how to handle this issue. Would you recommend separating the genome into several smaller files and running the analysis multiple times? Are there any resource allocation parameters in the script that I can revise to better manage the memory usage?

Thanks, Jo-Wei

============

pblumenkamp commented 2 months ago

Hi, Thanks for this really cool software!

I'm running into the same problem with Hordeum vulgare. Trying to find intergenic targets uses more than 1.5TB of memory. Would it be possible to add an option to limit the used memory?

Thanks, Patrick