Sign in
apache
/
flink-statefun-playground
/
HEAD
/
.
/
playground-internal
/
statefun-playground-entrypoint
/
docker-entrypoint.sh
blob: f542d2f9ca3a0c4e3d86e3743bb8140c7a786245 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
java \
-
XX
:
MaxDirectMemorySize
=
$
{
MAX_DIRECT_MEMORY_SIZE
:-
80m
}
\
-
XX
:
MaxMetaspaceSize
=
$
{
MAX_METASPACE_SIZE
:-
64m
}
\
-
Xms$
{
MIN_HEAP_SIZE
:-
64m
}
\
-
Xmx$
{
MAX_HEAP_SIZE
:-
192m
}
\
-
jar \
statefun
-
playground
-
entrypoint
.
jar \
"$@"