Bug 92764 - excessive configmgr/ osl_writeFile thrash ...
Summary: excessive configmgr/ osl_writeFile thrash ...
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
5.0.0.0.beta1
Hardware: Other All
: medium normal
Assignee: Michael Meeks
URL:
Whiteboard: target:5.1.0
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-15 13:15 UTC by Michael Meeks
Modified: 2016-10-25 19:24 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Meeks 2015-07-15 13:15:20 UTC
The configuration write-back process which runs several times during startup - does a huge slew of system-calls quite un-necessarily.

We should buffer that to improve startup performance.
Comment 1 Commit Notification 2015-07-15 19:32:15 UTC
Michael Meeks committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=e1d78e123b74d37f95b4075b93202b023b4320e9

tdf#92764 - make configmgr write less noisy.

It will be available in 5.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.
Comment 2 Michael Meeks 2015-07-16 11:53:21 UTC
Also interesting that the configuration is now non-deterministically ordered, so each time we write it it convolves - which is a bit unpleasant for diffing; we should prolly sort the data on save =)