We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with having eager check I/O scheduling enabled.
The text was updated successfully, but these errors were encountered:
storage: Fix /issues/577
be6e687
FIXED. The default configuration, +secio has been changed as below:
+secio
$ cat ./package/leo_storage/etc/vm.args -config ./snmp/snmpa_storage_0/leo_storage_snmp +secio true +zdbbl 32768 +scl true -smp enable -env ERL_MAX_ETS_TABLES 256000 -env ERL_CRASH_DUMP ./log/erl_crash.dump -env ERL_FULLSWEEP_AFTER 0 -env ERL_MAX_PORTS 64000 +A 32 +K true -setcookie 401321b4 -name [email protected] +P 1048576 $ ./package/leo_storage/bin/leo_storage remote_console Erlang/OTP 17 [erts-6.4.1.6] [source] [64-bit halfword] [smp:4:4] [async-threads:10] [kernel-poll:false] Eshell V6.4.1.6 (abort with ^G) ([email protected])1> erlang:system_info(eager_check_io). true
Sorry, something went wrong.
gateway: Fix /issues/577
33ff3c8
I've fixed leo_gateway which is same as leo_storage
leo_gateway
leo_storage
$ cat ./package/leo_gateway/etc/vm.args -config ./snmp/snmpa_gateway_0/leo_gateway_snmp +secio true +zdbbl 32768 +scl true -smp enable -env ERL_MAX_ETS_TABLES 256000 -env ERL_CRASH_DUMP ./log/erl_crash.dump -env ERL_FULLSWEEP_AFTER 0 -env ERL_MAX_PORTS 64000 +A 32 +K true -setcookie 401321b4 -name [email protected] +P 1048576 $ ./package/leo_gateway/bin/leo_gateway remote_console Erlang/OTP 17 [erts-6.4.1.6] [source] [64-bit halfword] [smp:4:4] [async-threads:10] [kernel-poll:false] Eshell V6.4.1.6 (abort with ^G) ([email protected])1> erlang:system_info(eager_check_io). true
yosukehara
mocchira
No branches or pull requests
with having eager check I/O scheduling enabled.
The text was updated successfully, but these errors were encountered: