aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_vm.h
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-03-12 10:33:29 +0100
committerBjörn-Egil Dahlberg <[email protected]>2015-03-12 10:33:29 +0100
commit306d7bc2282c8ff9545ae3a9e958b2746677958f (patch)
tree0431c97ed38598371e4c44f3ab1d5a7fe0696925 /erts/emulator/beam/erl_vm.h
parentc87e11b41c28318086ec612f5ad10bbc9d26f955 (diff)
parent93f0ff928b89dce4e62e4017065d87fcc5cf4cf8 (diff)
downloadotp-306d7bc2282c8ff9545ae3a9e958b2746677958f.tar.gz
otp-306d7bc2282c8ff9545ae3a9e958b2746677958f.tar.bz2
otp-306d7bc2282c8ff9545ae3a9e958b2746677958f.zip
Merge branch 'egil/process_dictionary-initial-size/OTP-12535'
* egil/process_dictionary-initial-size/OTP-12535: erts: Document option 'hpds' erts: Enable command line argument for initial pd size
Diffstat (limited to 'erts/emulator/beam/erl_vm.h')
-rw-r--r--erts/emulator/beam/erl_vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_vm.h b/erts/emulator/beam/erl_vm.h
index 78d98229d8..6e9216bef3 100644
--- a/erts/emulator/beam/erl_vm.h
+++ b/erts/emulator/beam/erl_vm.h
@@ -172,6 +172,7 @@ extern int H_MIN_SIZE; /* minimum (heap + stack) */
extern int BIN_VH_MIN_SIZE; /* minimum virtual (bin) heap */
extern int erts_atom_table_size;/* Atom table size */
+extern int erts_pd_initial_size;/* Initial Process dictionary table size */
#define ORIG_CREATION 0
#define INTERNAL_CREATION 255