I have 2 db's I would like to join. I have the xq thanks to help from Michael yesterday, but my db's are large and I receive a 'out of main memory' error. I have found some info on command line options but have been unable to get them to work. I am running BaseX on OS X. Is there a way to run an xq from the terminal or have the output from the xq go to a file rather than the screen? Thank you all for your help, Craig Girard
Dear Craig, Our documentation should answer your questions: http://docs.basex.org/wiki/Getting_Started How does your query look like? Christian On Thu, Jun 23, 2011 at 6:21 PM, Craig Girard <cag2y@virginia.edu> wrote:
I have 2 db's I would like to join. I have the xq thanks to help from Michael yesterday, but my db's are large and I receive a 'out of main memory' error. I have found some info on command line options but have been unable to get them to work. I am running BaseX on OS X. Is there a way to run an xq from the terminal or have the output from the xq go to a file rather than the screen?
Thank you all for your help,
Craig Girard _______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
Hi Craig, if you are running BaseX from inside the Application Bundle (BaseX.app) you may add the startup options inside the apps plist file:
$ vi /Applications/BaseX.app/Contents/Info.plist
It has a section called VMOptions where you can add more memory as needed. But maybe optimizing your query might be more helpful, posting is welcome :-) Anyway, to run BaseX from Terminal download the ZIP file and use the startup scripts [1] provided inside the ZIP. Hope this helped Michael [1] http://docs.basex.org/wiki/Start_Scripts Am 23.06.2011 um 18:43 schrieb Christian Grün:
Dear Craig,
Our documentation should answer your questions:
http://docs.basex.org/wiki/Getting_Started
How does your query look like? Christian
On Thu, Jun 23, 2011 at 6:21 PM, Craig Girard <cag2y@virginia.edu> wrote:
I have 2 db's I would like to join. I have the xq thanks to help from Michael yesterday, but my db's are large and I receive a 'out of main memory' error. I have found some info on command line options but have been unable to get them to work. I am running BaseX on OS X. Is there a way to run an xq from the terminal or have the output from the xq go to a file rather than the screen?
Thank you all for your help,
Craig Girard _______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
_______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
participants (3)
-
Christian Grün -
Craig Girard -
Michael Seiferle