in reply to Re: System call doesn't work when there is a large amount of data in a hash
in thread System call doesn't work when there is a large amount of data in a hash
The hash is data from large genomic data files that have to be accessed very fast.
But once the hash is loaded, a system call doesn't work, I need system("blastn ...."), but system("echo Hello") does not work either. It does work when I run it on a small dataset (the hash takes 10 GB of RAM). qx/$command/ doesn't work either
I am testing what is the limit for the hash size to make it work, but I don't understand why a system call doesn't work when I have large hash in memory
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: System call doesn't work when there is a large amount of data in a hash
by marto (Cardinal) on Apr 29, 2020 at 13:01 UTC | |
by Nicolasd (Acolyte) on Apr 29, 2020 at 13:26 UTC | |
Re^3: System call doesn't work when there is a large amount of data in a hash
by bliako (Abbot) on Apr 29, 2020 at 13:41 UTC | |
by Nicolasd (Acolyte) on Apr 29, 2020 at 13:58 UTC |