OSBI / saiku

Saiku Analytics - The Worlds Greatest Open Source OLAP Browser
http://community.meteorite.bi
Apache License 2.0
1.3k stars 664 forks source link

MemoryLimitExceededException memory overflow #696

Open helloMrZhan opened 5 years ago

helloMrZhan commented 5 years ago

hello,I would like to consult the recent multi-dimensional query often appear this error, how should be handled.I see an error location is class mondrian.rolap.RolapResultShepherd this.executor.execute(task); The specific error is as follows: MemoryLimitExceededException: Mondrian Error:OutOfMemory used=2826277440, max=2842165248 for connection: Jdbc=XX; Catalog=res:cube/XX.xml; JdbcDrivers=com.ibm.db2.jcc.DB2Driver; UseSchemaPool=true; JdbcUser=XX; JdbcPassword=XX; user=XX; password=XX; CatalogContent=true

Thanks