Skip to content

Commit

Permalink
[python] use vfork to start the python interpreter (needed for openjdk)
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Oct 27, 2023
1 parent bb4b351 commit f5cdb6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# limitations under the License.
#

exec java ${JAVA_OPTS} -cp "/app/lib/*" "ai.langstream.runtime.Main" "$@"
exec java ${JAVA_OPTS} -Djdk.lang.Process.launchMechanism=vfork -cp "/app/lib/*" "ai.langstream.runtime.Main" "$@"

0 comments on commit f5cdb6e

Please sign in to comment.