public class JavaHeapSpaceDemo {
public static void main(String[] args) {
String str = "young";
while (true){
str += str;
}
}
}
public class JavaHeapSpaceDemo {
public static void main(String[] args) {
String str = "young";
while (true){
str += str;
}
}
}
本文标题:OOM之Java heap space
本文链接:https://www.haomeiwen.com/subject/ohrflktx.html
网友评论