mldonkey-bugs
[Top][All Lists]
Advanced

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

[Mldonkey-bugs] [bug #17202] Webinterace:overnet stat gives: "Unknown ty


From: pango
Subject: [Mldonkey-bugs] [bug #17202] Webinterace:overnet stat gives: "Unknown type for content: Exception Failure("Buffer.add: cannot grow buffer")"
Date: Mon, 28 Aug 2006 09:54:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.5) Gecko/20060626 Firefox/1.5.0.5 (Debian-1.5.dfsg+1.5.0.5-0bpo1)

Follow-up Comment #14, bug #17202 (project mldonkey):

I doubt that changing the parameter given to Buffer.create can change
anything.
It is a "size hint" (the initial size of the Buffer.t), but Buffers are
automatically resized whenever they become full. And then the upper limit is
always the same : 16M chars, because of the Ocaml string used to implement
them.

The only thing it changes is that it decreases the number of reallocations
needed, so it may be easier on memory management, but that's all.


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?17202>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]