blob: 023fee1d98289f4e1194e0ea81a7c7948e7abd07 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
NODE_NAME=defaultNode
WORK_DIR=${IGNITE_HOME}/work
LOG_DIR=${IGNITE_HOME}/log
LIBS_DIR=${IGNITE_HOME}/lib
CONF_DIR=${IGNITE_HOME}/etc
INSTALL_DIR=${IGNITE_HOME}
LOG_FILE_PATTERN=${LOG_DIR}/ignite3db-%g.log
CONFIG_FILE=${CONF_DIR}/ignite-config.conf
#JVM props
JVM_MAX_MEM="16384m"
JVM_MIN_MEM="16384m"
JVM_GC="G1GC"
JVM_G1HeapRegionSize="32M"
JVM_GC_LOG_NAME="gc.log.$(date -u +%Y%m%d_%H%M%S)"
JVM_GC_LOG_SIZE="104857600"
JVM_GC_NUM_LOGS="10"
##For any additional users settings
IGNITE3_EXTRA_JVM_ARGS=