Skip to content
New issue

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

[package] official packages bundled with 17.5.x need to be rebuild #577

Closed
mocchira opened this issue Jan 17, 2017 · 2 comments
Closed

[package] official packages bundled with 17.5.x need to be rebuild #577

mocchira opened this issue Jan 17, 2017 · 2 comments

Comments

@mocchira
Copy link
Member

with having eager check I/O scheduling enabled.

@yosukehara
Copy link
Member

yosukehara commented Jan 30, 2017

FIXED. The default configuration, +secio has been changed as below:

$ 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

yosukehara added a commit that referenced this issue Jan 30, 2017
@yosukehara
Copy link
Member

I've fixed leo_gateway which is same as 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants