Java Large File Upload throws java.io.IOException: Map failed

前端 未结 1 1499
轮回少年
轮回少年 2021-01-16 10:17

I am using Spring and Hibernate and try to upload large file but when i try to upload more then 150 Mb then it is generating error like

Caused by: java.lang.         


        
相关标签:
1条回答
  • 2021-01-16 10:30

    Increase your JVM heap size?

    -Xmx1024m
    
    0 讨论(0)
提交回复
热议问题