Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Problem in RAM usage while threading the program

by marioroy (Prior)
on Dec 20, 2019 at 08:50 UTC ( [id://11110419]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # https://www.perlmonks.org/?node_id=11110379
    # usage: perl create_db.pl
    ...
    
    close $fh;
    $db->close;
    
  2. or download this
    # https://www.perlmonks.org/?node_id=11110379
    # usage: perl search_db.pl > Outfile.txt
    ...
    
    $cur->disable;
    $db->close;
    
  3. or download this
    # https://www.perlmonks.org/?node_id=11110379
    # usage: perl search_db_mce.pl > Outfile.txt
    ...
    
    $mce->process('peptides.txt');
    $mce->shutdown;
    
  4. or download this
    # https://www.perlmonks.org/?node_id=11110379
    # usage: perl search_db_chunk.pl > Outfile.txt
    ...
    
    $mce->process('peptides.txt');
    $mce->shutdown;
    
  5. or download this
    GAAGGACTGGGACCA    >NR_000001,>NR_006611
    AGGCTGCGGCAGGAC    >NR_062102
    ...
    GGGGGGGAGGTCCGA    >NR_021671,>NR_036907,>NR_080961
    AGGGAGGGGGGTTGT    >NR_026207
    ATGGGGCAGACGCGA    >NR_072314
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11110419]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-26 06:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found