[android-developers] May I use this solution? (by ARMADA)
Hello,
We have a question regarding limit of loaded shared libraries.
We have failed to load a library.
This problem is resolved to increase SO_MAX from 96 to 150
Plz refer to below source.
./bionic/linker/linker.c
#define SO_MAX 150
//#define SO_MAX 96
- Is there any problem if it's increased?
- Is there any known memory issue of increasing this to a higher
value?
Thanks and regards,
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home