@AMIGAZ:
Chech if exec.library is in fastmem with Sysinfo - the library list shows in which type of memory each library is allocated. If it is in chipmem, use
FastExec to move it to fastmem.
Burst enabled for the datacache might make things slower on a 030. Burst speeds up sequential accesses and punishes non-sequential accesses and data accesses usually arent extremely sequential. This in combination with the 030s small cache..
So skip the "Cpu CACHE BURST" and just let SetPatch enable the caches as usual. It will enable both instruction and datacache for you, but only enable burst for instruction cache (instruction loading tends to be very sequential).
As others have mentioned, the more colours you use, the less chipram bandwidth will be available when say rendering graphics:
Hires/Hires Lace 2 and 4colours: 3.5MB/Sec write (max)
Hires/Hires Lace 8colours: 2.5MB/Sec write
Hires/Hires Lace 16colours: 1.5MB/Sec write
No read results, but I dont have them in my head and the A2000 is tucked away at the moment.
/Patrik