Skip to content

Commit d28a26a

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

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
@@ -59,7 +59,7 @@ rise and fall of CPU and memory usage. The memory leak is really fixed. 😀
5959
Fixing the memory leak in `metafacture` resolved some issues we've experienced:
6060
- `lobid-resources`: daily updates sometimes aborted - although this was not such a big thing because our monitor scripts could "heal" the update process automatically (by restarting the app). However, the updates now don't take e.g. 4h (counting from triggering the update until the successful ETL) but 0.45m, which is way faster.
6161
- `Metafacture Playground`: we had some [performance issues](https://github.com/metafacture/metafacture-playground/issues/194) which are now solved.
62-
- `RPB`: a situation arised where we could only ever add more memory to our VMs to counteract a crash of cataloguing - always fearing that not too much documents were ETLed before the daily restart of the cataloguing app.
62+
- `RPB`: a situation arose where we could only ever add more memory to our VMs to counteract a crash of cataloguing - always fearing that not too much documents were ETLed before the daily restart of the cataloguing app.
6363

6464
# How to and credits
6565
It is _one_ thing to discover a memory leak, but another thing to

0 commit comments

Comments
 (0)