<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV>Hi all,</DIV><DIV>i'm testing mogilefs with big files.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>After the installation, i did this changes to avoid the "Out of memory" and others.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>- IN MogileFS/Worker/Reaper.pm:25 added error in qw, with debug mode, run mogilefsd --debug and you will see lots of errors about the function error</DIV><DIV>use MogileFS::Util qw(every error);</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>- IN MogileFS/Worker/Query.pm:735 changed the line to this one. It's ugly too but works OK</DIV><DIV>        $hid = ($dbh-&gt;selectrow_array('SELECT MAX(hostid) FROM host') || 0) + 1;</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I'm trying to solve this issues:</DIV><DIV>crash log: Can't call method "selectall_arrayref" on an undefined value at /usr/bin/mogilefsd line 643.</DIV><DIV>        my $domains = $dbh-&gt;selectall_arrayref('SELECT dmid, namespace FROM domain');</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Child 13513 (queryworker) died: 0 (UNEXPECTED)</DIV><DIV>Job queryworker has only 99, wants 100, making 1.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>crash log: send: Cannot determine peer address at /usr/local/share/perl/5.8.8/MogileFS/Worker/Replicate.pm line 353</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>[replicate(17136)] Error: wrote 131072; expected to write 1048576; failed putting to /dev1/0/000/003/0000003656.fid</DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>--</DIV><DIV>Delfim Machado</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>SMTP: <A href="mailto:delfim.c.machado@co.sapo.pt">delfim.c.machado@co.sapo.pt</A></DIV><DIV>XMPP: <A href="mailto:delfim.c.machado@sapo.pt">delfim.c.machado@sapo.pt</A></DIV><BR class="Apple-interchange-newline"></SPAN></SPAN></SPAN><DIV>SPAM: ******.*.*******@**.****.**</DIV><BR class="Apple-interchange-newline"></SPAN> </DIV><BR></BODY></HTML>