Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

CHI / BerkeleyDB Locker Entries

by mobiusinversion (Beadle)
on Jun 18, 2012 at 20:11 UTC ( [id://976889]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    "cannot open Berkeley DB file 'Default.db' in environment '/dev/shm/ca
    +che/bdb': Lock table is out of available locker entries at '/home/use
    +r/perl5/lib/perl5/CHI/Driver/BerkeleyDB.pm line 49."
    
  2. or download this
    our $chi = CHI->new(
        driver   => 'BerkeleyDB',
    ...
            max_size => 2 ** 15,
        }
    );
    
  3. or download this
    sub _build_chi {
        my $root_dir = '/dev/shm/cache/bdb';
    ...
            )
        );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 15:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found