Como aumentar o tamanho da pilha da JVM [duplicado]

Possible Duplicate:
Como posso aumentar a memória da JVM?

Eu estou recebendo o seguinte erro

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)

questionAnswers(6)

yourAnswerToTheQuestion