为什么不用分页查询是为了导出Excel使用的,前台页面的分页查询没有问题将jvm内存调大点,控制内存空间的占用节奏。如果每次查询都60M,每秒查个几次,没多久必然就OutOfMemoryError了<divclass='ref'>
引用来自“JFinal”的评论
将jvm内存调大点,控制内存空间的占用节奏。如果每次查询都60M,每秒查个几次,没多久必然就OutOfMemoryError了Causedby:java.lang.OutOfMemoryError:Javaheapspace
atjava.lang.String.toLowerCase(String.java:2418)
atjava.lang.String.toLowerCase(String.java:2497)
atcom.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.convertCase(CaseInsensitiveContainerFactory.java:51)
atcom.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.access$0(CaseInsensitiveContainerFactory.java:49)
atcom.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory$CaseInsensitiveMap.put(CaseInsensitiveContainerFactory.java:100)
atcom.jfinal.plugin.activerecord.RecordBuilder.build(RecordBuilder.java:56)
atcom.jfinal.plugin.activerecord.Db.find(Db.java:280)
atcom.jfinal.plugin.activerecord.Db$pro.find(Db.java:897)
atcom.jfinal.plugin.activerecord.Db$pro.find(Db.java:910)
数据库是oracle11