Change memleak test to use rss instead of total size
[catagits/Catalyst-Runtime.git] / t / optional_memleak.t
index b712ec2..391f031 100644 (file)
@@ -74,7 +74,7 @@ sub size_of {
     
     foreach my $p ( @{ $t->table } ) {
         if ( $p->pid == $pid ) {
-            return $p->size;
+            return $p->rss;
         }
     }