You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2021/01/06 20:58:36 UTC

[datasketches-website] branch master updated: Update Memory Doc.

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b96122  Update Memory Doc.
2b96122 is described below

commit 2b961229edf8940fb73d51ebc79491d61868d11b
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Jan 6 12:57:44 2021 -0800

    Update Memory Doc.
---
 docs/Memory/MemoryPackage.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/Memory/MemoryPackage.md b/docs/Memory/MemoryPackage.md
index df9d310..29fa7f0 100644
--- a/docs/Memory/MemoryPackage.md
+++ b/docs/Memory/MemoryPackage.md
@@ -51,9 +51,9 @@ which can even be orders of magnitude larger.
 How the system designers select the partitions of the data to be in RAM over time is quite complex 
 and varies considerably based on the specific objectives of the systems platform. 
 
-It is in these very large data environments that managing how the data gets copied into RAM and 
-when it is considered obsolete and can be written 
-over by newer or different partitions of data is an important aspect of the systems design. 
+In these very large data environments managing how the data gets copied into RAM,  
+when it is considered obsolete, and when it can be written 
+over by newer or different partitions of data, are important aspects of the systems design. 
 Having the JVM manage these large chunks of memory is often problematic. 
 For example, the Java specification requires that a new allocation of memory be cleared before
 it can be used. When the allocations become large this alone can result in large pauses in a


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org