View Single Post
Posts: 330 | Thanked: 556 times | Joined on Oct 2012
#1374
Originally Posted by pichlo View Post
Another remedy is reformatting MyDocs with smaller allocation blocks.
But please keep in mind two things:

1. The smallest allocation block you can achieve on such a large partition is 8KB. Better than the default 64KB that's for sure, but given that the average tile size is about 4KB, you still waste about 50%.

2. Smaller allocation block means there is more of them. Which means that the FAT is bigger and more RAM is used by the file system cache, leaving less RAM available for applications.

Unless you intend to share the tiles with other applications, your best option is using the sqlite database as Whispering Weasel suggested.
I understand, thank you for pointing that alternate route to ameliorate the problem. I will proceed by using the sqlite database for tile downloada.
 

The Following User Says Thank You to malfunctioning For This Useful Post: