<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hi,</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I invoke erl like this:</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><div>erl +A 8 +c -sname project@localhost -mnesia dir db_data -mnesia debug verbose -mnesia \</div>
<div>    no_table_loaders 4 -mnesia dump_log_write_threshold 10000 -mnesia dc_dump_limit 20 \</div><div>    -config priv/app.development \</div><div>    -pa `pwd`/ebin `pwd`/deps/*/ebin -run reloader -s project start -s observer start</div>
</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Notice the '+c'. According to the docs (<a href="http://erlang.org/doc/man/erl.html" target="_blank">http://erlang.org/doc/man/erl.html</a>) this emulator flag should disable compensation for sudden changes of system time. And more importantly, remove the period of high CPU just after resuming my computer (after a good night sleep). </div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">But it doesn't seem to work. How can I double check this emulator flag is indeed toggled within the Erlang shell?</div>
<div class="" style="font-family:arial,sans-serif;font-size:13px"><div id=":1yh" class="" tabindex="0"><img class="" src="https://mail.google.com/mail/u/0/images/cleardot.gif"></div><div id=":1yh" class="" tabindex="0">/Ward</div>
</div></div>