hazelcast / hazelcast-jet-docker

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

Closed mtopolnik closed 4 years ago

mtopolnik commented 5 years ago

It is simple enough to use JAVA_OPTS="-Xms1g -Xmx2g" and every special parameter must be redundantly supported inside the Jet startup scripts

frant-hartm commented 4 years ago

Fixed in #27