Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memcheck
========

Rails plugin to help with tracking down memory leaks, with a few caveats.
 * this plugin will only work with *nix type operating systems as it relies on the output of "ps"
 * this plugin runs garbage collection after every controller action, so it is only intended for diagnostic purposes

More Information
================

Grep the log file for MemCheck to see the results.

See http://xdotcommer.wordpress.com/2009/03/03/tracking-down-a-memory-leak-performance-issues-in-rails for more details.


Copyright (c) 2009 Michael Cowden (xdotcommer), released under the MIT license

About

Rails plugin for tracking down memory leaks

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages