Skip to content

Commit

Permalink
Set memory size (#54)
Browse files Browse the repository at this point in the history
* use latest version of Maven plugin

* set memory size
  • Loading branch information
selvasingh authored Apr 7, 2019
1 parent c009521 commit d1c13e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dashboard-web-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@
<value>${NOTIFICATION_ERRORS_EVENT_HUB_NAME}</value>
</property>

<property>
<name>JAVA_OPTS</name>
<value>-Xms2048m -Xmx2048m</value>
</property>

</appSettings>

</configuration>
Expand Down

0 comments on commit d1c13e2

Please sign in to comment.