当前位置:网站首页>How to increase heap size of JVM [duplicate] - how to increase heap size of JVM [duplicate]

How to increase heap size of JVM [duplicate] - how to increase heap size of JVM [duplicate]

2022-06-12 06:00:00 Bustling city

problem :

This question already has answers here : This question has been answered here
Closed last year . last year close .

I am getting the following error: I received the following error :

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space        at SQLite.Vm.step(Native Method)        at SQLite.Database.get_table(Database.java:314)        at SQLite.JDBC2z.JDBCStatement.executeQuery(JDBCStatement.java:120)        at SQLite.JDBC2z.JDBCStatement.executeQuery(JDBCStatement.java:168)        at TestData.readData(TestData.java:21)        at TestData.main(TestData.java:41)

Solution :

Reference resources : https://stackoom.com/en/question/R4er
原网站

版权声明
本文为[Bustling city ]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/03/202203010613484188.html