Skip to content

Commit

Permalink
[python] use vfork to start the python interpreter (needed for openjd…
Browse files Browse the repository at this point in the history
…k) (#661)
  • Loading branch information
eolivelli authored Oct 27, 2023
1 parent bb4b351 commit d80c7f0
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 d80c7f0

Please sign in to comment.