github.com/darrenli6/fabric-sdk-example@v0.0.0-20220109053535-94b13b56df8c/images/couchdb/vm.args (about)

     1  # Licensed under the Apache License, Version 2.0 (the "License"); you may not
     2  # use this file except in compliance with the License. You may obtain a copy of
     3  # the License at
     4  #
     5  #   http://www.apache.org/licenses/LICENSE-2.0
     6  #
     7  # Unless required by applicable law or agreed to in writing, software
     8  # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
     9  # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
    10  # License for the specific language governing permissions and limitations under
    11  # the License.
    12  
    13  # Ensure that the Erlang VM listens on a known port
    14  -kernel inet_dist_listen_min 9100
    15  -kernel inet_dist_listen_max 9100
    16  
    17  # Tell kernel and SASL not to log anything
    18  -kernel error_logger silent
    19  -sasl sasl_error_logger false
    20  
    21  # Use kernel poll functionality if supported by emulator
    22  +K true
    23  
    24  # Start a pool of asynchronous IO threads
    25  +A 16
    26  
    27  # Comment this line out to enable the interactive Erlang shell on startup
    28  +Bd -noinput