Skip to content
Bertrand de Coatpont edited this page Oct 1, 2015 · 9 revisions

General

  • If you have another version of ANT installed on your system, you can certainly use it also. However, make sure your ${antroot}/ant/lib folder contains the ant-contrib-1.0b3.jar file contained in the demo machine as it provides support for some extensions used by the Demo Machine main build.xml file
  • AEM instances might not start if you have a ulimit setting in your .bash_profile like so: "ulimit -n 1024". This setting is recommended when you have issues with a large number of files open in IntelliJ. However, this causes an issue with AEM which requires the ulimit to be 8192. Change the setting in the .bash_profile file to now become "ulimit -n 8192", restart Terminal and demomachine works like a charm

Sites

Communities

Assets

  • The use of demo.dynamicmedia=true is currently incompatible with the installation of the Forms demo add-ons (results in high CPU usage, non responsive AEM instance on author)
Clone this wiki locally