Re: [sqlite] SQLite Database Crash

2017-08-23 Thread Brice André
Dear Patel, When does your java program crashes ? At start-up when you open the database ? When you perform DB queries ? Which Java library do you use to interface sqlite ? How do you use it ? Do you perform queries that retrieve big quantity of data ? SQLite can be tuned to use more or less me

[sqlite] SQLite Database Crash

2017-08-23 Thread Vihangi Patel
Hello SQLite Team, I am using SQLite database in Linux with 256MB RAM. With Java program, I am trying to connect with database. But that java process is crashed and giving "out of memory" error. I tried same test with 512MB RAM , and its working properly. Can you give me some solution using