Skip to content

Commit

Permalink
Increase available memory for building.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Sep 25, 2024
1 parent b9a5c2d commit 07e5730
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/graalpy-micronaut-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
workflow_dispatch:
permissions:
contents: read
env:
NATIVE_IMAGE_OPTIONS: '-J-Xmx14g'
jobs:
run:
name: 'graalpy-micronaut-guide'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/graalpy-spring-boot-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
workflow_dispatch:
permissions:
contents: read
env:
NATIVE_IMAGE_OPTIONS: '-J-Xmx14g'
jobs:
run:
name: 'graalpy-spring-boot-guide'
Expand Down

0 comments on commit 07e5730

Please sign in to comment.