Skip to content

Commit 84a97d5

Browse files
committed
BEAM - enable multi_time_warp for improved timing
This option was enabled prior to moving to an Elixir-based distribution. This commit therefore returns to this behaviour.
1 parent 63e9044 commit 84a97d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/server/beam/tau/rel/vm.args.eex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
##-env ERL_FULLSWEEP_AFTER 10
1212

1313

14-
# +C multi_time_warp
15-
# +c true
14+
+C multi_time_warp
15+
+c true
16+
1617
#-noinput
1718
# -version

0 commit comments

Comments
 (0)