File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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";
Original file line number Diff line number Diff 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";
You can’t perform that action at this time.
0 commit comments