Java Heap Memory error

后端 未结 6 1195
遇见更好的自我
遇见更好的自我 2021-01-06 05:40

I am getting this error:

Exception in thread \"main\" java.lang.OutOfMemoryError: Java heap space
    at com.mysql.jdbc.MysqlIO.nextRowFast(MysqlIO.java:1585         


        
6条回答
  •  悲&欢浪女
    2021-01-06 06:22

    Is Lazy Load applicable? Can you use an upper limit to bound the results of a piece-wise query?

提交回复
热议问题