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

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


The following commit(s) were added to refs/heads/develop by this push:
     new f493cd4  GEODE-6902: Native Client User Guide: Fix incorrect units in 
stats properties table (#498)
f493cd4 is described below

commit f493cd477f1efc3e30894cac311e81bf3f02b93b
Author: Dave Barnes <[email protected]>
AuthorDate: Mon Jun 24 13:04:58 2019 -0700

    GEODE-6902: Native Client User Guide: Fix incorrect units in stats 
properties table (#498)
---
 docs/geode-native-docs/configuring/sysprops.html.md.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/geode-native-docs/configuring/sysprops.html.md.erb 
b/docs/geode-native-docs/configuring/sysprops.html.md.erb
index 891dea6..081ec6a 100644
--- a/docs/geode-native-docs/configuring/sysprops.html.md.erb
+++ b/docs/geode-native-docs/configuring/sysprops.html.md.erb
@@ -197,12 +197,12 @@ When the chunk handler is not operative 
(enable-chunk-handler=false), each appli
 </tr>
 <tr class="odd">
 <td>archive-disk-space-limit</td>
-<td>Maximum amount of disk space, in megabytes, allowed for all archive files, 
current, and rolled. If set to 0, the space is unlimited.</td>
+<td>Maximum amount of disk space, in gigabytes, allowed for all archive files, 
current, and rolled. If set to 0, the space is unlimited.</td>
 <td>0</td>
 </tr>
 <tr class="even">
 <td>archive-file-size-limit</td>
-<td>Maximum size, in bytes, of a single statistic archive file. Once this 
limit is exceeded, a new statistic archive file is created and the current 
archive file becomes inactive. If set to 0, the file size is unlimited.</td>
+<td>Maximum size, in megabytes, of a single statistic archive file. Once this 
limit is exceeded, a new statistic archive file is created and the current 
archive file becomes inactive. If set to 0, the file size is unlimited.</td>
 <td>0</td>
 </tr>
 <tr class="odd">

Reply via email to