in reply to DBM::Deep: Cannot allocate transaction ID
I solved my issue:
DBM database deadlock on transaction slots by workaround
I use below code once in my exist database, than I comment below code.
$self->write_txn_slots( @slots )
in DBM/Deep/Engine/File.pm's begin_work sub
@slots array of 0.
now transation slots are all 0 .
|
|---|