Revision 560282

Go back to digest for 16th July 2006

Optimization in Office

Bart Coppens committed changes in /branches/koffice/1.6/koffice/krita/core/tiles:

Ok, and now also load huuuuge files on 32bit systems. The problem was that I just mmapped happily away without caring about the size of the file, but it turns out that it's only because I had a 64bit system that it worked. Now this is fixed by chopping the one big swapfile into chunks of about 1G. This should fix the issue on 32bit systems as well.

File Changes

Modified 2 files
  • /branches/koffice/1.6/koffice/krita/core/tiles
  •   /kis_tilemanager.cc
  •   /kis_tilemanager.h
2 files changed in total