Add Native Compilation Commands to Quarkus Devfile #15630
Labels
area/languages
Issues related to Language extensions or plugins integration.
kind/enhancement
A feature request - must adhere to the feature request template.
Milestone
The current Quarkus devfile does not contain any commands to native-compile the example application. This is because on che.openshift.io, we only have 3Gb per workspace available.
This task consists of adding the necessary commands for native compilation to that devfile in a way that graciously fails if there is not enough memory available. In particular, we don't want the workspace or any containers to be OOM-killed by the platform.
Ideally, native compilation could be started, but would fail with a nice error message when it runs out of memory.
The text was updated successfully, but these errors were encountered: