Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
+1 vote
1 view

Hi, I tryed to build a cockpit with a pivot-table with a 85k rows dataset, I got this error, how can I give knowage more memory to see if stops getting stuck.

This is a screenshot :

Environment 6.1.1 - 4.15.0-20-generic #21-Ubuntu SMP, MySQL5.7, MSSQL 12
in Cockpit, Dashboard and Console by (710 points)

1 Answer

0 votes

Maybe try to change the allowed memory for Tomcat in the setenv.sh file, as said here

For example :

export CATALINA_OPTS="$CATALINA_OPTS -Xms2g -Xmx4g"

(The Tomcat documentation recommend to use CATALINA_OPTS over JAVA_OPTS for memory settings, but both way work)

by (2.3k points)
...