aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-05-21 17:49:52 +0200
committerSverker Eriksson <[email protected]>2018-06-04 16:28:48 +0200
commitb8631ef58c94507d876155ac92335fd9606b259f (patch)
tree6c26205aba376e66f72a0bbd7b82921b4ec0e44d /system
parent6dfe9675e59af81d9d0b11f6ef36777fc1e70d51 (diff)
downloadotp-b8631ef58c94507d876155ac92335fd9606b259f.tar.gz
otp-b8631ef58c94507d876155ac92335fd9606b259f.tar.bz2
otp-b8631ef58c94507d876155ac92335fd9606b259f.zip
erts,stdlib: Improve docs about obsolete ets_limit
Diffstat (limited to 'system')
-rw-r--r--system/doc/efficiency_guide/advanced.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/system/doc/efficiency_guide/advanced.xml b/system/doc/efficiency_guide/advanced.xml
index 21d4a66d77..b303fd47ed 100644
--- a/system/doc/efficiency_guide/advanced.xml
+++ b/system/doc/efficiency_guide/advanced.xml
@@ -188,11 +188,6 @@
limit can be raised or lowered using the <c>+t</c> option.</cell>
</row>
<row>
- <cell>Ets tables</cell>
- <cell>Default is 1400. It can be changed with the environment
- variable <c>ERL_MAX_ETS_TABLES</c>.</cell>
- </row>
- <row>
<cell>Elements in a tuple</cell>
<cell>The maximum number of elements in a tuple is 16,777,215
(24-bit unsigned integer).</cell>