aboutsummaryrefslogtreecommitdiffstats
path: root/priv
diff options
context:
space:
mode:
authorBen Murphy <[email protected]>2016-08-09 15:49:26 +0100
committerLuis Rascao <[email protected]>2016-10-27 19:22:35 +0100
commit26ccfa12364422109d44a0b49027fe48f929249c (patch)
treeafe501545ebe1507fd016a09a1cfd085c6c942f2 /priv
parent74b74a46de19f7630694646307cfd4dbd5552ea3 (diff)
downloadrelx-26ccfa12364422109d44a0b49027fe48f929249c.tar.gz
relx-26ccfa12364422109d44a0b49027fe48f929249c.tar.bz2
relx-26ccfa12364422109d44a0b49027fe48f929249c.zip
add commented out +Bi option
+Bi disables the erlang break functionality
Diffstat (limited to 'priv')
-rw-r--r--priv/templates/vm_args11
1 files changed, 11 insertions, 0 deletions
diff --git a/priv/templates/vm_args b/priv/templates/vm_args
index 02841bd..f65c7dc 100644
--- a/priv/templates/vm_args
+++ b/priv/templates/vm_args
@@ -17,3 +17,14 @@
## Tweak GC to run more often
##-env ERL_FULLSWEEP_AFTER 10
+
+# +B [c | d | i]
+# Option c makes Ctrl-C interrupt the current shell instead of invoking the emulator break
+# handler. Option d (same as specifying +B without an extra option) disables the break handler. # Option i makes the emulator ignore any break signal.
+# If option c is used with oldshell on Unix, Ctrl-C will restart the shell process rather than
+# interrupt it.
+# Disable the emulator break handler
+# it easy to accidentally type ctrl-c when trying
+# to reach for ctrl-d. ctrl-c on a live node can
+# have very undesirable results
+##+Bi