Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- The Graal Polyglot interface is supported by
JITL-759. - For a number of supported guest languages such as Python the Graal requires a chache directory to store modules and related files.
Desired Behavior
- The cachge/graal-polyglot-cache sub-directory is added to the Agent's <agent-data> directory.
- Creating the sub-directory
-
-
- The Agent Start Script (agent.sh, agent.cmd) considers creating the related sub-directory.
- Permissions for the sub-directory
- The sub-directory is writeable for the Agent's run-time account.
-
- The Agent Start Scripts for Unix and Windows
- set the following Java system properties:
-Dpolyglot.engine.userResourceCache=${AGENT_DATA}/cache/graal-polyglot-cache -Dpolyglot.engine.WarnInterpreterOnly=false
- set the following Java system properties:
Attachments
Issue Links
- relates to
-
JITL-759 Support Polyglot interface for GraalVM
-
- Released
-