<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,10 +12,7 @@ my $sock = $server-&gt;sock;
 
 # create a big value for the largest slab
 my $max = 1024 * 1024;
-my $big = &quot;a big value that's &gt; .5M and &lt; 1M. &quot;;
-while (length($big) * 2 &lt; $max) {
-    $big = $big . $big;
-}
+my $big = 'x' x (1024 * 1024 - 250);
 
 ok(length($big) &gt; 512 * 1024);
 ok(length($big) &lt; 1024 * 1024);</diff>
      <filename>t/lru.t</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6dc28e905d7b9f7809f6e8c0e372588740c28e47</id>
    </parent>
  </parents>
  <author>
    <name>dormando</name>
    <email>dormando@rydia.net</email>
  </author>
  <url>http://github.com/dormando/memcached/commit/95c8220d6900d95a84ee4033ac4ff75265fe7979</url>
  <id>95c8220d6900d95a84ee4033ac4ff75265fe7979</id>
  <committed-date>2009-10-30T16:18:53-07:00</committed-date>
  <authored-date>2009-10-29T18:39:06-07:00</authored-date>
  <message>Ensure LRU tests use largest slab.</message>
  <tree>db39a9e8b654121540b9d0ed647e95ad331227db</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
