
try { List<Object> tempList = new ArrayList<Object>(); while (true) { tempList.add(new byte[128 * 1024 * 1024 * 1024]); } } catch (OutOfMemoryError OME) { // OK, Garbage Collector will have run now... }欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)