billchen198318 / bamboobsc

next version move to https://github.com/billchen198318/hillfog, bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence (BI) Web platform. BSC's Vision, Perspectives, Objectives of strategy, Key Performance Indicators (KPIs), Strategy Map, and SWOT, PDCA & PDCA report, Time Series Analysis.
Apache License 2.0
227 stars 109 forks source link

Resolve java.lang.OutOfMemoryError issue #42

Closed billchen198318 closed 7 years ago

billchen198318 commented 7 years ago

Try to adjust the parameters JAVA_OPTS of tomcat start shell file.



Windows modify file catalina.bat

JAVA_OPTS=-Xmx2048M -XX:+UseG1GC -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US

Download: https://github.com/billchen198318/bamboobsc/releases/download/v0.7.1/catalina.bat

Linux or FreeBSD modify file catalina.sh

JAVA_OPTS="-Xmx2048M -XX:+UseG1GC -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US"

Download: https://github.com/billchen198318/bamboobsc/releases/download/v0.7.1/catalina.sh