diff --git a/modules/ROOT/pages/runtime-installation-task.adoc b/modules/ROOT/pages/runtime-installation-task.adoc index 6d44609068..c992b07427 100644 --- a/modules/ROOT/pages/runtime-installation-task.adoc +++ b/modules/ROOT/pages/runtime-installation-task.adoc @@ -84,28 +84,18 @@ $ $MULE_HOME/bin/mule install == Configure Properties in the wrapper.conf File -After installing Mule as a Windows service, you can override the properties defined in the `wrapper.conf` file by declaring new properties in the `wrapper.additional.conf` file. +After installing Mule as a service or as a daemon, you can modify the properties defined in the `wrapper.conf` file. -The configuration steps change depending on the Mule edition you are using: +For details about what you can do with the configuration file, see https://wrapper.tanukisoftware.com/doc/english/properties.html[Configuration Property Overview]. -* Mule Community Edition -+ -. After adding a new property, reinstall or restart the Windows service. -. Add the property, ensuring that its index is higher than the highest index in the `wrapper-additional.conf` file so that your property cannot be overridden. -+ -For example, imagine that `wrapper-additional.conf` has the following property: -+ -`wrapper.java.additional.n=-Dproperty=value` -+ -If `n` is the highest index, you would add your property in the `wrapper.conf` file and increment the index, as follows: -+ -`wrapper.java.additional.n+1=-DyourProperty=valueOfYourProperty` +After modifying the `wrapper.conf` file, restart your Mule instance to enable the changes. -* Mule Enterprise Edition -+ -After you install Mule as a service, configure up to 20 additional properties using the following command-line argument: -+ -`-additionalJavaProperties=numberOfExtraProperties` +[NOTE] +==== +When you add new properties, ensure that no other properties already use the same sequence number (don't worry about the ones in `wrapper-additional.conf`, as Mule adjusts those upon restart). + +Don't modify the `wrapper-additional.conf` file, as Mule automatically generates this file. +==== == Configure CPU Affinity