+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
asked Jun 4, 2018 in Cockpit, Dashboard and Console by DDS (710 points) | 1 view

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)

answered Aug 20, 2018 by miniwark (2,290 points)
1,553 questions
1,017 answers
2,037 comments
2,567 users