You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,14 @@ A custom JRE is created to reduce final file size. Lambda has a 250MB unzipped f
55
55
56
56
## Known Issues
57
57
58
+
Obviously, it's early days, and this is a preliminary release. There are a couple of known issues:
59
+
58
60
1. The layer fails [CDS](https://docs.oracle.com/javase/8/docs/technotes/guides/vm/class-data-sharing.html) (Class Data Sharing) during initialization. This creates some log traffic, and may adversely affect performance.
59
61
2. It is only (lightly) tested
60
62
3. Only x86_64 is supported
61
63
64
+
I'll be working on these as I have time. PRs welcome!
0 commit comments