I have set the uploadMaxFileSize of extensionsFilter to 100m in web.xml as follow:
but when I upload a 2M file, java.lang.OutOfMemoryError occur!! why will this happen? the full stacktrace is as follow:
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35257
7
posted
0
How much memory does the JVM have available? What you have set is just the acceptable limit for files; it doesn't mean the JVM can deal with files of that size.