CMDBuild Forum

Error printing

I'm getting an error when printing individual cards or lists, I get the same error whether I print to PDF or CSV.

 

Call: services/json/management/modreport/printcurrentview
----------------------------------------------------------
Error: java.lang.OutOfMemoryError: PermGen space

As written in the error message, you have to change the Tomcat memory allocation parameter.
CMDBuild Team

Previously Tecnoteca wrote:

As written in the error message, you have to change the Tomcat memory allocation parameter.
CMDBuild Team

 

Where is the parameter that needs to be changed?
If you search on the net with keywords "Tomcat" "memory" "parameter" you can find lots of documents like this http://stackoverflow.com/questions/12688778/increase-tomcat-memory-settings

CMDBuild Team