platform_system_core/sdcard
Ken Sumrall 2fd72cc221 Raise the max file open limit in sdcard
The default is 1024 files, and in some testing, the limit has been
hit.  This raises the limit to 8192.  Going higher starts to cause
performance issues (I started to notice that around 16K open files
in my testing) as sdcard does linear searches.  If a higher max
is needed, then the sdcard daemon will need some optimizations.

Bug: 7442187

Change-Id: I7aba7f4556ed70651f36244294a6756f3d6b8963
2013-02-11 15:42:22 -08:00
..
Android.mk Make sdcard daemon multi-threaded. 2012-06-04 13:15:04 -07:00
fuse.h sdcard: a program to create a "virtual" /sdcard pointed at a path 2010-08-12 18:01:08 -07:00
sdcard.c Raise the max file open limit in sdcard 2013-02-11 15:42:22 -08:00