Hi All,
One of the ear which i support is of 250 MB. During installation of this ear, the dmgr hung and i need to set max heap size to get this ear installed which is not recommended.
The lib folder of the ear has occupied max size. I like to use the shared libraries concept here and i like to move all the utility jar(jars used by the app source code) which is referred by my application out the ear and place it in a common path? Will it work?
Let me know the thoughts. Any help will be greatly appreciated.