Skip to content

Commit 77599d4

Browse files
committed
fix: add comment to enable polyglot operations on virtual threads once oracle/graal#7520 is resolved [skip ci]
1 parent 55b50f6 commit 77599d4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docker-compose-native.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ services:
1212
# Uses semicolon-separated XPath expressions to modify config
1313
# Note: Arrays use XPath 1.0 indexing (1-based, not 0-based)
1414
# Uncomment the commented line below to override the default mount and expose all databases at root
15+
# Let polyglot operations run on virtual threads once oracle/graal#7520 is fixed
16+
# JAVA_TOOL_OPTIONS: "-Drestheart.polyglot.force-platform-threads=false"
1517
RHO: >
1618
/core/name->"native";
1719
/mclient/connection-string->"mongodb://mongodb";

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ services:
1111
# Uses semicolon-separated XPath expressions to modify config
1212
# Note: Arrays use XPath 1.0 indexing (1-based, not 0-based)
1313
# Uncomment the commented line below to override the default mount and expose all databases at root
14+
# Let polyglot operations run on virtual threads once oracle/graal#7520 is fixed
15+
# JAVA_TOOL_OPTIONS: "-Drestheart.polyglot.force-platform-threads=false"
1416
RHO: >
1517
/mclient/connection-string->"mongodb://mongodb";
1618
/http-listener/host->"0.0.0.0";

0 commit comments

Comments
 (0)