Skip to content

Commit

Permalink
new markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 1, 2014
1 parent 8e5f793 commit 842f482
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions doc/leak.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Memory Leaking

Memory leaking is one of the major issues when creating a service infra-structure. A correct detection of tese
type of problems is important to provide a stable production environment.

## Utilities

### Heapy

A simple yet powerfull utility that provides a mechanism to detect "pending" object between two pre-defined
snapshot positions (time values) and that allows a powerful memory leak detection mechanism.

* [Tutorial](http://smira.ru/wp-content/uploads/2011/08/heapy.html)
* [Diagnosing Memory "Leaks" in Python](http://python.dzone.com/articles/diagnosing-memory-leaks-python)
# Memory Leaking

Memory leaking is one of the major issues when creating a service infra-structure. A correct detection of tese
type of problems is important to provide a stable production environment.

## Utilities

### Heapy

A simple yet powerfull utility that provides a mechanism to detect "pending" object between two pre-defined
snapshot positions (time values) and that allows a powerful memory leak detection mechanism.

* [Tutorial](http://smira.ru/wp-content/uploads/2011/08/heapy.html)
* [Diagnosing Memory "Leaks" in Python](http://python.dzone.com/articles/diagnosing-memory-leaks-python)

0 comments on commit 842f482

Please sign in to comment.