diff options
author | Björn-Egil Dahlberg <[email protected]> | 2011-11-10 14:43:43 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2011-11-10 17:30:36 +0100 |
commit | 177f0163c40ff12bea2ec385562f32aff605df93 (patch) | |
tree | 53b007fc54a306b3aa48c2aef7fa4926346f0331 /lib/os_mon | |
parent | 12a5e61df498ec80383514ca79b795c40522e19a (diff) | |
download | otp-177f0163c40ff12bea2ec385562f32aff605df93.tar.gz otp-177f0163c40ff12bea2ec385562f32aff605df93.tar.bz2 otp-177f0163c40ff12bea2ec385562f32aff605df93.zip |
erts: Teach VM to reallocate beam catch table
Previously this table were statically allocated to 16*1024 entries.
Now the default size is 1024 entries but that is doubled each time
the limit is reached.
Theoretical upper limit is 2^26 entries (the remaining bits on a
catch datatype) in a 32 bit system.
Diffstat (limited to 'lib/os_mon')
0 files changed, 0 insertions, 0 deletions