xdotcommer/memcheck
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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