diff options
author | Sverker Eriksson <[email protected]> | 2010-11-24 18:28:36 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2010-11-24 18:28:36 +0100 |
commit | 58733c3ad0b1e60af8f44334998f95199d887ba1 (patch) | |
tree | 494b9794e9547b60370106b58e1ed34eb08bde53 /erts/doc/src/erl.xml | |
parent | e15ad4355d1fcbc73454ebc3ce8350a2c9f05069 (diff) | |
parent | 454335cd043561cc9fe874bc325c152a0727328b (diff) | |
download | otp-58733c3ad0b1e60af8f44334998f95199d887ba1.tar.gz otp-58733c3ad0b1e60af8f44334998f95199d887ba1.tar.bz2 otp-58733c3ad0b1e60af8f44334998f95199d887ba1.zip |
Merge branch 'sverker/ets_compress/OTP-8922' into dev
* sverker/ets_compress/OTP-8922:
ETS 'compressed' option.
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index a1d73fb698..9224d73b6f 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -541,6 +541,15 @@ <p>Calling <c>erlang:halt/1</c> with a string argument will still produce a crash dump.</p> </item> + <tag><c><![CDATA[+e Number]]></c></tag> + <item> + <p>Set max number of ETS tables.</p> + </item> + <tag><c><![CDATA[+ec]]></c></tag> + <item> + <p>Force the <c>compressed</c> option on all ETS tables. + Only intended for test and evaluation.</p> + </item> <tag><c><![CDATA[+hms Size]]></c></tag> <item> <p>Sets the default heap size of processes to the size |