basho / cuttlefish

never lose your childlike sense of wonder baby cuttlefish, promise me?
Apache License 2.0
205 stars 124 forks source link

Erlang VM schema +e and +P options ignored on R16B02-basho4 #150

Closed seancribbs closed 10 years ago

seancribbs commented 10 years ago

http://lists.basho.com/pipermail/riak-users_lists.basho.com/2014-April/015169.html

joedevivo commented 10 years ago

@jaredmorrow we need to backport @vinoski's patch to b03 into a basho5 build of r16b02

seancribbs commented 10 years ago

The source of this problem is actually riak_kv_env:

joedevivo commented 10 years ago

@seancribbs yes, but those can't be queried without backporting @vinoski's patch

seancribbs commented 10 years ago

Agree, just making notes.

joedevivo commented 10 years ago

147 is related

vinoski commented 10 years ago

Here's the patch: https://github.com/vinoski/otp/compare/erlang:maint...sv/system_info_max_ets In the otp erlang repo it's commit 75a79e65.

joedevivo commented 10 years ago

thanks @vinoski, is that enough for you to build 'basho5' @jaredmorrow?

jaredmorrow commented 10 years ago

Can you make PR into https://github.com/basho/otp/tree/otp-16b02-basho?

vinoski commented 10 years ago

I can make the PR @jaredmorrow requested.

joedevivo commented 10 years ago

You guys are the best

vinoski commented 10 years ago

@jaredmorrow the PR is here.

joedevivo commented 10 years ago

fixed in basho/riak_kv#935