Hello All,

i'm using Raptor 2.0.6  for converting files from Turtle format to Ntriples
format

the command is :
rapper -i turtle turtle-20130811-links.ttl > turtle-20130811-links.nt


it gives me error :
out of dynamic memory in turtle_lexer__scan_bytes()

when i searched for the issue tracker for raptor i found it's a known issue
http://bugs.librdf.org/mantis/view.php?id=512

long story short :

> a) the entire input has to be in one buffer in memory
> b) it uses 32 bit offsets and reserves the top bit for something internal


is there a way i can overcome this using raptor ?
if not is there an alternative that i can use instead for large files.

considering i'm working on a ~9GB turtle dump on 6GB RAM machine

thanks
Regards

-------------------------------------------------
Hady El-Sahar
Research Assistant
Center of Informatics Sciences | Nile University<http://nileuniversity.edu.eg/>
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Dbpedia-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-developers

Reply via email to