HI
I am uploading the documents through webservice into the server.. when i am uploading the <10MB file, it is working fine & it is >10MB it is thrown the following error in the console..
I had the using the following parameters in the eclipse..
-startup
plugins/org.
clipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
--256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
--512m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms128m
-Xmx384m
-Xss4m
-XX:PermSize=300m
-XX:MaxPermSize=300m
-XX:CompileThreshold=5
-XX:MaxGCPauseMillis=10
-XX:MaxHeapFreeRatio=70
-XX:+CMSIncrementalPacing
-XX:+UnlockExperimentalVMOptions
-XX:+UseG1GC
-XX:+UseFastAccessorMethods
I am getting error as
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
The file was uploading the server with 0KB..
Any one can help me resolve this issue
Thanks, Murali
-Xmx? – Johan Sjöberg Mar 22 '11 at 11:38