Subversion Repositories SmartDukaan

Rev

Rev 8984 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8984 Rev 19410
Line 40... Line 40...
40
 
40
 
41
 
41
 
42
echo "Generating content for one entities ${PROJECT_DIR}"
42
echo "Generating content for one entities ${PROJECT_DIR}"
43
echo "======================================================="
43
echo "======================================================="
44
cd ${PROJECT_DIR}/ContentStore
44
cd ${PROJECT_DIR}/ContentStore
45
java -cp ${M2_CLASSPATH}  -Xms128m -Xmx256m in.shop2020.util.ContentGenerationUtility -u CONTENT -t INCREMENTAL > ${CONTENT_LOG} 
45
java -cp ${M2_CLASSPATH}  -Xms256m -Xmx1024m in.shop2020.util.ContentGenerationUtility -u CONTENT -t INCREMENTAL > ${CONTENT_LOG} 
46
echo "======================================================="
46
echo "======================================================="
47
echo "Content generation completed"
47
echo "Content generation completed"
48
 
48
 
49
echo "Generating content for helpdocs"
49
echo "Generating content for helpdocs"
50
echo "======================================================="
50
echo "======================================================="