Skip to content

Commit c1027dc

Browse files
committed
change format
1 parent d9f2b6a commit c1027dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/nosql/performance-tips-java-sdk-v4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ System.setProperty("COSMOS.PK_BASED_BLOOM_FILTER_EXPECTED_INSERTION_COUNT", "100
225225
System.setProperty("COSMOS.PK_BASED_BLOOM_FILTER_EXPECTED_FFP_RATE", "0.01");
226226
```
227227

228-
## Memory implications
229-
- Below is the retained size (size of the object and whatever it depends on) of the internal session container (managed by the SDK) with varying expected insertions into the bloom filter.
228+
### Memory implications
229+
Below is the retained size (size of the object and whatever it depends on) of the internal session container (managed by the SDK) with varying expected insertions into the bloom filter.
230230

231231
|Expected Insertions|False Positive Rate|Retained Size|
232232
|-----|------|--|

0 commit comments

Comments
 (0)