Re: Document Server Memory Leak Suspicion
Stephan Bergmann <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.api |
|---|---|
| Message-ID | <[email protected]> |
On 11/03/10 13:47, Chris Rider wrote: > We are starting the document server like this: > /opt/openoffice.org3/program/soffice.bin > "-accept=socket,host=localhost,port=2083;urp;StarOffice.ServiceManager" > -nolockcheck -nologo -impress -norestore -invisible & Somewhat unrelated, please note that running soffice.bin directly is not supported. You should always run soffice (which will internally call soffice.bin). -Stephan