Open squirrel-sql.bat in a text editor and find the last line that starts
with "start". (ignore lines that begin with Rem)
The default memory allocation is 256 MB. To change this to, say, 512 MB,
modify the argument
-Xmx256m
to be
-Xmx512m
Rob
On Tue, Jun 24, 2008 at 3:43 PM, Kyle Jackson <kk...@gm...> wrote:
> Windows XP
>
> On Tue, Jun 24, 2008 at 3:42 PM, Robert Manning
> <rob...@gm...> wrote:
> > What platform are you running on (Windows/Unix/Mac) ?
> >
> > Rob
> >
> > On Tue, Jun 24, 2008 at 8:30 AM, Kyle Jackson <kk...@gm...> wrote:
> >>
> >> I am starting to have some performance issues and was wondering if
> >> there is a way to increase the amount of memory squirrel can use?
>
|