Skip to content

Commit cda0457

Browse files
Add blog post for Compactor process memory testing (#421)
* Add blog post for Compactor process memory testing --------- Co-authored-by: Kevin Rathbun <kevinrr888@gmail.com>
1 parent 3f8ce02 commit cda0457

File tree

34 files changed

+272
-0
lines changed

34 files changed

+272
-0
lines changed

_includes/two_image_block.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!-- creates a styled box with two images side by side -->
2+
<!-- accepts two URLs relative to the project root and two alt text strings -->
3+
<div class="p-3 border rounded d-flex">
4+
<a href="{{ site.baseurl }}{{ include.image1 }}">
5+
<img src="{{ site.baseurl }}{{ include.image1 }}" class="img-fluid rounded" alt="{{ include.alt-text1 }}"/>
6+
</a>
7+
<a href="{{ site.baseurl }}{{ include.image2 }}">
8+
<img src="{{ site.baseurl }}{{ include.image2 }}" class="img-fluid rounded" alt="{{ include.alt-text2 }}"/>
9+
</a>
10+
</div>

_posts/blog/2024-04-09-does-a-compactor-return-memory-to-OS.md

+262
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)