diff options
| author | Björn-Egil Dahlberg <[email protected]> | 2015-03-26 10:42:04 +0100 |
|---|---|---|
| committer | Björn-Egil Dahlberg <[email protected]> | 2015-03-26 10:42:04 +0100 |
| commit | 41f2a54d9fed232be06a3c4be06779e9455a62b4 (patch) | |
| tree | 571857289abe85cf896cf996a43fd3af3c009a0e /erts/emulator/beam/erl_vm.h | |
| parent | d28310bd395aa4465c89aa3175d59a1886294c78 (diff) | |
| parent | 89987ada3c997fd9f1e1f8c8ed73da0394bda4ee (diff) | |
| download | otp-41f2a54d9fed232be06a3c4be06779e9455a62b4.tar.gz otp-41f2a54d9fed232be06a3c4be06779e9455a62b4.tar.bz2 otp-41f2a54d9fed232be06a3c4be06779e9455a62b4.zip | |
Merge branch 'egil/maint/process_dictionary-initial-size/OTP-12535' into maint
* egil/maint/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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_vm.h b/erts/emulator/beam/erl_vm.h index b7de8208ad..6687b044ee 100644 --- a/erts/emulator/beam/erl_vm.h +++ b/erts/emulator/beam/erl_vm.h @@ -174,6 +174,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 |
