Skip to content

Commit

Permalink
ci: Adjust memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisd5 committed Feb 14, 2025
1 parent ec367d3 commit fa398cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ platform :android do
"android.injected.signing.key.password" => ENV["ANDROID_KEY_PASS"],
},
project_dir: 'android/',
flags: ' -Dorg.gradle.workers.max=5 -Dorg.gradle.jvmargs=-Xmx23G'
flags: ' -Dorg.gradle.workers.max=5 --no-daemon'
)
end
end
Expand Down

0 comments on commit fa398cb

Please sign in to comment.