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';
    ...
            )
        );
    }