diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-05-25 17:00:36 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-05-25 17:00:36 +0200 |
commit | 70eea8ef8e597312567f19612e3e99a645503bd2 (patch) | |
tree | 5c91624e05ba1b0ecf126005915ed8b98d1e20dc | |
parent | a9161d2fc0390ba51201114e870093abb334afbe (diff) | |
download | otp-70eea8ef8e597312567f19612e3e99a645503bd2.tar.gz otp-70eea8ef8e597312567f19612e3e99a645503bd2.tar.bz2 otp-70eea8ef8e597312567f19612e3e99a645503bd2.zip |
doc: Update version of erts and otp release
-rw-r--r-- | system/doc/efficiency_guide/advanced.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/doc/efficiency_guide/advanced.xml b/system/doc/efficiency_guide/advanced.xml index d2a6605166..016302fe50 100644 --- a/system/doc/efficiency_guide/advanced.xml +++ b/system/doc/efficiency_guide/advanced.xml @@ -35,8 +35,7 @@ how much memory different data types and operations require. It is implementation-dependent how much memory the Erlang data types and other items consume, but the following table shows some figures for - the <c>erts-5.2</c> system in R9B. There have been no significant - changes in R13.</p> + the <c>erts-8.0</c> system in OTP 19.0.</p> <p>The unit of measurement is memory words. There exists both a 32-bit and a 64-bit implementation. A word is therefore 4 bytes or |