<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello Barrelfish-Team,<br>
    <br>
    I am right now working at a project at my university, and I was
    writing code to handle a bunch of files (gutenberg project books).<br>
    <br>
    I included the books as described here:
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="https://lists.inf.ethz.ch/pipermail/barrelfish-users/2012-November/000842.html">https://lists.inf.ethz.ch/pipermail/barrelfish-users/2012-November/000842.html</a><br>
    A creation of several cpio files was needed. There seems to be a
    size limitation on those guys. But no problem, I just split them and
    add them seperately. In total, those files are about 80MB.<br>
    <br>
    Now I have my program that searches through those files. It is
    designed so that several instances of it can be started, and all are
    searching in parallel through the files. If I add now more than 3
    instances in menu.lst, Barrelfish ends up being in an infinite loop
    at startup, which always restarts after the last chunk of gutenberg
    files. I assume that there is some limitation on the size there, but
    also adding more RAM and increasing the disk size in the
    symbolic_targets.mk does not help.<br>
    <br>
    Does anyone has an idea about a possible solution?<br>
    <br>
    Thank you in advance,<br>
    <br>
    Albert Heinle<br>
  </body>
</html>