Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 15fe757

Browse files
zdenek-jonasfh-ms
andauthored
Docu merge to 7x (#419)
* Remove unnecessary dependency (#414) * Update housekeeping doc (#416) Co-authored-by: Florian Habermann <f.habermann@microstream.one>
1 parent 6ea811b commit 15fe757

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

docs/modules/storage/pages/getting-started.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
<artifactId>microstream-storage-embedded</artifactId>
1111
<version>{maven-version}</version>
1212
</dependency>
13-
<dependency>
14-
<groupId>one.microstream</groupId>
15-
<artifactId>microstream-storage-embedded-configuration</artifactId>
16-
<version>{maven-version}</version>
17-
</dependency>
1813
</dependencies>
1914
----
2015

docs/modules/storage/pages/housekeeping.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ Every instance that is not marked as reachable by then must be unreachable garba
6464

6565
Similar to the JVM's garbage collection to optimize its memory consumption, MicroStream has a garbage collection of its own, but for the level of persistent storage space instead of memory space.
6666

67-
However, MicroStreams multi-threaded garbage collector is currently still in development and not activated, yet.
68-
6967
== Explicit Housekeeping
7068

7169
Housekeeping can also be triggered manually from the `StorageConnection` . Related methods are:

0 commit comments

Comments
 (0)