gnu-regexp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Regexp] Possible bug in regexp


From: Russ Beall
Subject: Re: [Regexp] Possible bug in regexp
Date: Fri, 1 Nov 2002 00:40:00 -0500 (EST)

I didn't get the out of memory error.  Perhaps your machine does not
have enough?

You can also try the java options which add memory to a running
program such as this:

java -Xms64m -Xmx64m parser.SQLSemicolonParser

This sets the initial and maximum heap sizes to 64 megs (way more than
you should need for your example).

see the help under 'java -X' for more options

Russ.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]