Skip to content

Commit 0e2ba74

Browse files
dr0iblackwinter
andauthored
Update content/blog/2025-03-10-fixing-memory-leak/index.md
Co-authored-by: Jens Wille <[email protected]>
1 parent d28a26a commit 0e2ba74

File tree

1 file changed

+1
-1
lines changed
  • content/blog/2025-03-10-fixing-memory-leak

1 file changed

+1
-1
lines changed

content/blog/2025-03-10-fixing-memory-leak/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Fixing the memory leak in `metafacture` resolved some issues we've experienced:
6565
It is _one_ thing to discover a memory leak, but another thing to
6666
determine where the source of that leak _exactly_ is.
6767
I've to thank e.g. [Chris Braithwaite for his excellent blog post concerning Java memory leaks](https://medium.com/@chrisbrat_17048/java-memory-leak-investigation-8add1314e33b) to gain a bit more of the background of what a Java memory leak is.
68-
Very useful for me was the build-in profiler in Intellij IDEA. It not only
68+
Very useful for me was the built-in profiler in Intellij IDEA. It not only
6969
has helped to plot the graphs (see above), to see at a glance that there indeed is a
7070
memory leak, but can also capture memory snapshots and profile the CPU usage,
7171
to find the problematic classes. It would show something like this:

0 commit comments

Comments
 (0)