in reply to Re^3: 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
I got this error now: 'Cannot allocate memory', Don't know why I didn't saw this before. So I guess a system call needs to copy the complete virtual memory to the sister process.
So I guess I can not use system calls, I wil try if I have the same problem with Backticks.. If you would know other alternatives, I would always happy to hear it.
This is the system call I would eventually need:
system('blastn -query '.$output_file1.' -subject '.$ref_file.' -out BLAST_tmp.txt -outfmt 10')
|
---|