Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for GraalVM #87

Open
StanBorbatTR opened this issue Oct 20, 2022 · 2 comments
Open

Support for GraalVM #87

StanBorbatTR opened this issue Oct 20, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@StanBorbatTR
Copy link

We have several functions that are compiled with GraalVM and deployed to run in Lambda's custom runtime. The Lambda zip bundle contains two files application which is the binary generated by GraalVM's compiler and bootstrap which contains the following script:

#!/bin/sh
set -euo pipefail
./application -Xmx512m -Djava.library.path=$(pwd)

The wrapper only will set the Java appropriate variables in the runtime matches *java*. Is there a way for us to get this working with GraalVM? Will APM even work with a GraalVM compiled Java application?

@tianchu
Copy link
Contributor

tianchu commented Feb 27, 2023

We are working on the APM support for GraalVM Lambda cc: @maxday

@rui-ribeiro
Copy link

@tianchu @maxday Are you still working on supporting GraalVM? Thanks in advance and it would be greatly appreciated to have it!

@duncanista duncanista added the enhancement New feature or request label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants