linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* the Gimp and pre11
@ 2001-09-19  3:44 Ed Tomlinson
  2001-09-19 13:48 ` Daniel Egger
  0 siblings, 1 reply; 3+ messages in thread
From: Ed Tomlinson @ 2001-09-19  3:44 UTC (permalink / raw)
  To: linux-kernel

Hi,

Is it just me or is the Gimp visibily slower with pre11 compared to pre10?

I am editing 6 Megapixel files (2800x2048) and things like rotations seem to 
have delays that were not happening with previous kernels.  My box has 320M.
Seems that pre11 does not swap out as much as pre10 so Gimp has less to work
with.

Ed Tomlinson

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: the Gimp and pre11
  2001-09-19  3:44 the Gimp and pre11 Ed Tomlinson
@ 2001-09-19 13:48 ` Daniel Egger
  2001-09-19 19:30   ` Mike Fedyk
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Egger @ 2001-09-19 13:48 UTC (permalink / raw)
  To: Ed Tomlinson; +Cc: linux-kernel

On Mit, 2001-09-19 at 05:44, Ed Tomlinson wrote:

> I am editing 6 Megapixel files (2800x2048) and things like rotations seem to 
> have delays that were not happening with previous kernels.  My box has 320M.
> Seems that pre11 does not swap out as much as pre10 so Gimp has less to work
> with.

Since GIMP uses it's own memory management using a tile approach I
hardly doubt this is caused by swap usage if you defined the maximum
amount of memory GIMP should use correctly; though it may be that the
kernel swaps out tiles that the tilemanager considers to be active (and
thus in memory) this behaviour should not happen as long as the kernel
is not to eagerly swapping out memory and considering that the tiles
are referenced quite often it should not swap them to disc at all IF
the recently introduced algorithms work correctly.

Anyhow, just to make sure, would you please mention much memory you
assigned to GIMP and what else is running on the system?

--
Servus,
       Daniel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: the Gimp and pre11
  2001-09-19 13:48 ` Daniel Egger
@ 2001-09-19 19:30   ` Mike Fedyk
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Fedyk @ 2001-09-19 19:30 UTC (permalink / raw)
  To: linux-kernel

On Wed, Sep 19, 2001 at 03:48:57PM +0200, Daniel Egger wrote:
> On Mit, 2001-09-19 at 05:44, Ed Tomlinson wrote:
> 
> > I am editing 6 Megapixel files (2800x2048) and things like rotations seem to 
> > have delays that were not happening with previous kernels.  My box has 320M.
> > Seems that pre11 does not swap out as much as pre10 so Gimp has less to work
> > with.
> 
> Since GIMP uses it's own memory management using a tile approach I
> hardly doubt this is caused by swap usage if you defined the maximum
> amount of memory GIMP should use correctly; though it may be that the
> kernel swaps out tiles that the tilemanager considers to be active (and
> thus in memory) this behaviour should not happen as long as the kernel
> is not to eagerly swapping out memory and considering that the tiles
> are referenced quite often it should not swap them to disc at all IF
> the recently introduced algorithms work correctly.
> 
> Anyhow, just to make sure, would you please mention much memory you
> assigned to GIMP and what else is running on the system?
> 

Also, try a test with pre11 with swap turned off, and see how that affects
your system.

Please note: I am not recommending running without swap under normal
circumstances...

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-09-19 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-19  3:44 the Gimp and pre11 Ed Tomlinson
2001-09-19 13:48 ` Daniel Egger
2001-09-19 19:30   ` Mike Fedyk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).