Rdserver.ini
From RedDot Wiki
This needs to be formatted!!!
flags=0 Navgation Manager deactivated flags=256 Keep creating temporary PreExecute-Files, Navgation Manager deactivated flags=1024 Navgation Manager activated, no PreExecute-Files flags=1280 Navgation Manager activated+Keep creating temporary PreExecute-Files [1]
[PUBLISHER] xmlserver=0
Since making this change we have not had to kill dllhost.exe
The information from RedDot re this change is:
The publication process under normal circumstances utilises the page cache via the xml-server. Under some circumstances this process can run out of memory due to a limitation set by an associated Microsoft technology. Setting xmlserver=0 however bypasses this limitation in the process by changing the publication process to communicate directly with the pagebuilder process instead. [2]
Also, under [PUBLISHER], you may want to try this one, CHECKDEPENDENTPAGES=1
What this does is it tells CMS to not re-index related pages every time a change is made to a page, and that there is no RE-indexing, but just one query of the index at publish time. This will improve Smart Edit significantly..... [3]
Based on some Reddot tickets we put in regarding some bugs in our publishing queue, Reddot Support got this advice from their developers:
By default, when RD goes to publish following pages, it will also publish the related pages of each following page. In a global publish scenario, that forces RD to do lots of works it really doesn't have to.
To disable this publishing scenario, add the following to RDServer.ini:
[GENERATOR] nodependentpages=1
Make sure that there isn't already an entry:
[PUBLISHER]
You can use in 6.x either [GENERATOR] or [PUBLISHER] but not both.
We just added it to our install and we'll see if that speeds things up.
We might need a reboot to make sure those settings get executed.
Happy Reddotting!
--Jonathan [4]
