Closed drpatshahbs closed 3 years ago
Hi Parth,
Thank you for testing our tool. How big your dataset is?. We have been able to run the tool for several cohorts using less memory size (not sure about the heap though). 40 GBs seems to be enough to run the tool. Can you try to run the tool for one chromosome only using the option -C chr#?. If this works, then it is definitely a memory issue.
Just to make sure, is the error "cannot allocate memory" or "cannot allocate vector of size xxx"?.
Regards,
-Abdallah
Hi, I tried to restrict this to 1 chromosome- chromosome 5 - however i have the same memory error.
Can you try to increase the swap value?. On linux you can run the following commands:
cat /proc/sys/vm/swappiness 10
gksudo leafpad /etc/sysctl.conf
vm.swappiness=30
Hey,
I think this was specific to the way my mac osx is set up. I tried this on another ubuntu machine and the issue disappeared. Thank you!
I am glad to hear that the issue was resolved.
Hi, It appears that while processing my dataset i have a 'cannot allocate memory' error. However, I have almost 40 GBs of RAM available on my machine with a Terabyte of free HDD space. Is there a way to force SV-Hotspot to allocate memory?
Thanks Parth