Re: [Virtuoso-users] Running multiple loaders

2017-02-06 Thread Julien Plu
Hello dear Ghislain, Replace all your "isql" by "./isql" otherwise you have to add your "bin" directory to your "PATH" environment variable. Check if this works and let me know :) Best. -- Julien Plu PhD Student at Eurecom. Personal webpage: http://jplu.developpez.com FOAF file : http://jplu.de

[Virtuoso-users] Running multiple loaders

2017-02-06 Thread Ghislain ATEMEZING
Hello virtuoso-ers, I have a machine with 6C/12T with VOS 7.2.4. I wanted to run a script with multiple rdff_loader_run() for maximizing the speed of loading a billion RDF dataset [1] My script.sh looks like this https://gist.github.com/gatemezing/d7df370f472bb43b851254be26721a45 However I try to r