Skip to content

Commit

Permalink
Added comment for code review
Browse files Browse the repository at this point in the history
  • Loading branch information
staicy123 committed Dec 19, 2024
1 parent 9eddb87 commit 55379f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ To record videos for all tests, not just the failed ones, you can create a `vide
### Handling Out of Memory Errors in Build or Tests
If you encounter an "OutOfMemoryError" during compilation or running tests, it may be due to insufficient heap space for the Java process. To resolve this:
1. Open the `build.gradle` file.
2. Increase the `memoryMaximumSize` in the `JavaCompile` task. For example: tasks.withType(JavaCompile) { options.forkOptions.memoryMaximumSize = "4g" // Increase to 4GB or more if needed }
2. Increase the `memoryMaximumSize` in the `JavaCompile` task. For example: `tasks.withType(JavaCompile) { options.forkOptions.memoryMaximumSize = "4g" // Increase to 4GB or more if needed }`

0 comments on commit 55379f8

Please sign in to comment.