Skip to content

Commit

Permalink
[CALCITE-6865] Sonar analysis fails due to OOM
Browse files Browse the repository at this point in the history
- Increased JVM heap max memory to 2GB
  • Loading branch information
asolimando committed Feb 26, 2025
1 parent 0a13d99 commit e71084d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
org.gradle.jvmargs=-XX:+UseG1GC -Xmx1536m -XX:MaxMetaspaceSize=512m
org.gradle.jvmargs=-XX:+UseG1GC -Xmx2g -XX:MaxMetaspaceSize=512m
org.gradle.parallel=true
# Build cache can be disabled with --no-build-cache option
org.gradle.caching=true
Expand Down

0 comments on commit e71084d

Please sign in to comment.