[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#887107: regarding dl10n-check memory footprint



Hi,
an easy way of finding how much memory any command uses, you can
use this trick:

    /usr/bin/time --verbose dl10n-check ...

OTOH, if you'd like to get more details about why or where is
this Perl script failing, you can try with Devel::SimpleTrace
module. Just add «use Devel::SimpleTrace;» and you're done
(you'll need libdevel-simpletrace-perl installed, of course).

I tried to debug this issue locally but I need a full mirror,
so I need to figure out where to put all that data first.

My guess is that loading all those details in memory is too
much for tye. We could try mapping the $data hash to disk
before rewriting the whole Debian::L10n::Db module.

Cheers,
Alex

Attachment: signature.asc
Description: PGP signature


Reply to: