aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/common/erlexec.c
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2015-06-05 17:25:22 +0200
committerRickard Green <[email protected]>2015-06-10 18:04:14 +0200
commitfe1c0d26d4e6180b79fc8497b827ac2ef1f471d5 (patch)
tree28899814f114afc00b5baa0b2e227838c98b39ae /erts/etc/common/erlexec.c
parent014865c474c4e8229cae556d9dff22ba75d6a5bb (diff)
downloadotp-fe1c0d26d4e6180b79fc8497b827ac2ef1f471d5.tar.gz
otp-fe1c0d26d4e6180b79fc8497b827ac2ef1f471d5.tar.bz2
otp-fe1c0d26d4e6180b79fc8497b827ac2ef1f471d5.zip
Delayed node table GC
Diffstat (limited to 'erts/etc/common/erlexec.c')
-rw-r--r--erts/etc/common/erlexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c
index 23226909a7..d098100a51 100644
--- a/erts/etc/common/erlexec.c
+++ b/erts/etc/common/erlexec.c
@@ -157,6 +157,7 @@ static char *plusr_val_switches[] = {
/* +z arguments with values */
static char *plusz_val_switches[] = {
"dbbl",
+ "dntgc",
NULL
};