在上线的项目中,本地测试没有问题,部署上去就会出现java 内存溢出

java.lang.OutOfMemoryError: Java heap space

解决方案:

spring boot内存 spring boot内存溢出漏洞_解决方案

spring boot内存 spring boot内存溢出漏洞_spring boot内存_02

-Xms512m -Xmx512m

问题得到解决