Details
-
Feature
-
Status: In Progress (View Workflow)
-
Minor
-
Resolution: Unresolved
-
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 graal-polyglot-cache sub-directory is added to the Agent's <agent-data>/work 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_WORK}/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
-
- In Progress
-