cancel
Showing results for 
Search instead for 
Did you mean: 

Problem: Build and Deploy Alfresco

feroz
Champ in-the-making
Champ in-the-making
Hi all,

I have to develop a Application using Alfresco Surf. So somebody suggest me to Build and deploy a fresh Alfresco and surf. So i downloaded Source from svn and build and deploy using ANT tool.But when start tomcat.So many problem are occured like Perm space error, Java heap space error, out of memory error. What should i do?
Thank in advance
with regards,
Feroz
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
Try increasing your Java memory settings. I put mine in an environment variable called JAVA_OPTS which the app server will automatically pick up. Here's the current value of my JAVA_OPTS variable:

-Xms128m -Xmx512m -XX:MaxPermSize=128m -server

These are fine for me in development but will obviously need tweaking for your environment, especially for production!

Jeff