|
jmcfarlane
Posts: 607 Replies: 0 |
July 26, 2008 @00:09
(Updated: July 26, 2008 @00:11)
Same topic
|
Mozilla Firefox-3.0.1 fsync issue - workaround
|
user# strace -p `pidof firefox` -e fsync -tT You can also work around this "feature" and get prevent the blocking issue by going to "about:config" and adding a new "Integer" key named "toolkit.storage.synchronous" with a value of 0. This will make things faster, but you might loose your last book mark or page visit in the event of a crash. John M. |
|