Can anyone confirm this issue (limited number of file descriptors on some Android devices)?

烂漫一生 提交于 2019-11-30 13:28:37

Actually it is not relevant whether this app is opening a lot of files or not. What's troubling is that the entire device is limited to 1024 open files. Take for instance a Galaxy S3 device running 100 apps each opening 10 files concurrently(properties, databases and the like). This is extremely close to the limit.

If you check the max open files limit (/proc/sys/fs/file-max) on most devices it is well over 50K.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!