This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new ce851f5  COMMIT-THEN-REVIEW: Fix docs formatting of bulleted items.
ce851f5 is described below

commit ce851f5b7a25ad1027abd0156381fdbd7e194725
Author: Karen Miller <kmil...@pivotal.io>
AuthorDate: Thu May 10 16:40:22 2018 -0700

    COMMIT-THEN-REVIEW: Fix docs formatting of bulleted items.
---
 geode-docs/managing/heap_use/heap_management.html.md.erb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/geode-docs/managing/heap_use/heap_management.html.md.erb 
b/geode-docs/managing/heap_use/heap_management.html.md.erb
index eb8aaa7..13fd9db 100644
--- a/geode-docs/managing/heap_use/heap_management.html.md.erb
+++ b/geode-docs/managing/heap_use/heap_management.html.md.erb
@@ -163,13 +163,13 @@ If your application spikes above the critical threshold 
on a regular basis, try
 
 The settings that will work well for your system depend on a number of 
factors, including these:
 
- - The size of the data objects you store in the cache
+ - **The size of the data objects you store in the cache:**
 Very large data objects can be evicted and garbage collected relatively 
quickly. The same amount of space in use by many small objects takes more 
processing effort to clear and might require lower thresholds to allow eviction 
and GC activities to keep up.
 
- - Application behavior
+ - **Application behavior:**
 Applications that quickly put a lot of data into the cache can more easily 
overrun the eviction and GC capabilities. Applications that operate more slowly 
may be more easily offset by eviction and GC efforts, possibly allowing you to 
set your thresholds higher than in the more volatile system.
 
- - Your choice of JVM
+ - **Your choice of JVM:**
 Each JVM has its own GC behavior, which affects how efficiently the collector 
can operate, how quickly it kicks in when needed, and other factors.
 
 ## <a id="resource_manager_example_configurations" 
class="no-quick-link"></a>Resource Manager Example Configurations

-- 
To stop receiving notification emails like this one, please contact
kmil...@apache.org.

Reply via email to