GNOME Bugzilla – Bug 679076
Heavy I/O makes Gimp incredibly slow
Last modified: 2013-11-21 00:34:24 UTC
Display a freshly opened file goes like slow motion. Trying to draw a bit makes my system totally unresponsively. It's doing tons of I/O mostly to open("/home/jarausch/.cache/gegl-0.2/swap/2862-39", O_RDWR|O_CREAT, 0770) = 13 and or several sockets. This is (babl/gegl/gimp) GIT from 2012/06/28 Helmut.
(In reply to comment #0) > Display a freshly opened file goes like slow motion. > Trying to draw a bit makes my system totally unresponsively. > > It's doing tons of I/O mostly to > open("/home/jarausch/.cache/gegl-0.2/swap/2862-39", O_RDWR|O_CREAT, 0770) > = 13 > > and or several sockets. > > This is (babl/gegl/gimp) GIT from 2012/06/28 > > Helmut. Let me add that this is on a quad core 3 GHz machine with 8 Gb RAM, 4 Gb beeing free while Gimp is running. Helmut.
I have the same problem with similar hardware. The git compile is from july 3 2012. Gerard.
The port to GEGL is not finished, and this problem will go away once it is. Please use 2.8 if you want stable code.
OK. No hurry. Thanks for all the work you do. Gerard.
We've been threw a few rewrites of the relevant code, is this still happening to some people?
I can't replicate this anymore. I believe it was fixed when we switched to a single swap file, which removed all the flushing the old version would do as buffers were destroyed.