Re: [Gimp-developer] Ways to improve Gimp 2.9 performance



You might want to try running gimp with GEGL's swap turned off, this will avoid filling up your drive with cache files:
GEGL_SWAP=RAM gimp-2.9

If you don't have OpenCL set up forcing it off will give a bit of a performance boost (due to a bug in the detection code):
GEGL_USE_OPENCL=no GEGL_SWAP=RAM gimp-2.9

Painting speed is due to bugs in GEGL and Gimp's paint core, there's really nothing you can do right now to get it speedy.

- Daniel


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]