{java_bin}
-DLOG_DIR={log_dir}
-Djava.library.path={lib_dir}
-XX:MaxHeapSize=2G
-verbose:gc
-XX:+PrintGC
-XX:+PrintGCDetails
-XX:ErrorFile={log_dir}/hs_err.log
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath={log_dir}/hprof/
-XX:OnOutOfMemoryError=kill
-Xdebug
-Djava.net.preferIPv6Addresses=true
-Djava.net.preferIPv4Stack=false
-Dfile.encoding=UTF-8
-classpath
travel-cpa-flow/*
-Dspring.profiles.active=tests
ru.yandex.travel.cpa.data_processing.flow.FlowApplication
