This repository contains Docker image for Hazelcast Jet open-source distributed computing platform built for high-performance stream processing and fast batch processing.
2
stars
12
forks
source link
Remove special support for MIN_HEAP_SIZE and MAX_HEAP_SIZE #12
It is simple enough to use
JAVA_OPTS="-Xms1g -Xmx2g"
and every special parameter must be redundantly supported inside the Jet startup scripts