How we can get 16 GB of RAM machine? #3189
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceOur build is failing due Java space heap. Expected resultsIt should pass. Actual resultsFailing. Build id (optional)687eaee72a8a7e079f32008c |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@MostafaSolimanMO I can assign macOS M4 machines to your team (you will need to create a team as your current account is personal) but before that, try creating |
Beta Was this translation helpful? Give feedback.
@MostafaSolimanMO I can assign macOS M4 machines to your team (you will need to create a team as your current account is personal) but before that, try creating
JAVA_TOOL_OPTIONS
environment variable in the Workflow Editor under the Environment variables section and set its value to-Xmx5g
, then start a new build. If it does not help, it means your project requires more than that, and we can discuss upgrading your team machine to a more powerful M4.