Skip to content

Commit

Permalink
Increase max heap for insight to 4gb
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikl committed Aug 17, 2022
1 parent a15ad54 commit 6d984aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -----------------------------------------------------------------------------
* Copyright (C) 2019 University of Dundee & Open Microscopy Environment.
* Copyright (C) 2019-2022 University of Dundee & Open Microscopy Environment.
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -53,7 +53,7 @@ class InsightBasePlugin implements Plugin<Project> {

public static final String GROUP_BUILD = BasePlugin.BUILD_GROUP

public static final List DEFAULT_JVM_ARGS = ["-Xms256m", "-Xmx1024m"]
public static final List DEFAULT_JVM_ARGS = ["-Xms256m", "-Xmx4096m"]

private Project project

Expand Down

0 comments on commit 6d984aa

Please sign in to comment.