Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/memoryReturnedBlogPost' into mem…
Browse files Browse the repository at this point in the history
…oryReturnedBlogPost
  • Loading branch information
Dominic Garguilo authored and Dominic Garguilo committed Apr 10, 2024
2 parents 254a7d4 + a9cf6f5 commit 9d281a8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 29 deletions.
10 changes: 5 additions & 5 deletions _includes/two_image_block.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!-- This has a path prefix to make the usage in the compactor process memory blog post more concise -->
<!-- can be adapted to be more generic if needed -->
<div class="p-3 border rounded d-flex">
<a href="{{ site.baseurl }}/images/blog/202404_compactor_memory/{{ include.image1 }}">
<img src="{{ site.baseurl }}/images/blog/202404_compactor_memory/{{ include.image1 }}" class="img-fluid rounded" alt="Graph showing memory usage from the OS perspective"/>
<a href="{{ site.baseurl }}{{ include.image1 }}">
<img src="{{ site.baseurl }}{{ include.image1 }}" class="img-fluid rounded" alt="{{ include.alt-text1 }}"/>
</a>
<a href="{{ site.baseurl }}/images/blog/202404_compactor_memory/{{ include.image2 }}">
<img src="{{ site.baseurl }}/images/blog/202404_compactor_memory/{{ include.image2 }}" class="img-fluid rounded" alt="Graph showing memory usage from the JVM perspective"/>
<a href="{{ site.baseurl }}{{ include.image2 }}">
<img src="{{ site.baseurl }}{{ include.image2 }}" class="img-fluid rounded" alt="{{ include.alt-text2 }}"/>
</a>
</div>
</div>
Loading

0 comments on commit 9d281a8

Please sign in to comment.