On Wed, Sep 24, 2014 at 2:33 PM, 'Curtis Mosters' via Neo4j <
neo4j@googlegroups.com> wrote:
> Well I downloaded the 2.1.4 and used the standard configs.
>
> The only things I edited were:
>
>- # Enable auto-indexing for nodes, default is false
>node_auto_indexing=true
>- # The node pr
Well I downloaded the 2.1.4 and used the standard configs.
The only things I edited were:
- # Enable auto-indexing for nodes, default is false
node_auto_indexing=true
- # The node property keys to be auto-indexed, if enabled
node_keys_indexable=ID,title
I did not touch anything e
Check with profile if there is an eager pipe in there
If you use the shell with a running server can you show me again
neo4-wrapper.conf ?
I ping you on skype
Von meinem iPhone gesendet
> Am 23.09.2014 um 11:03 schrieb 'Curtis Mosters' via Neo4j
> :
>
> I don't know but it's really buggy. Th
Try "schema"
Von meinem iPhone gesendet
> Am 23.09.2014 um 09:25 schrieb 'Curtis Mosters' via Neo4j
> :
>
> I think I have the reason.
>
> Somehow my Neo4j does not want to index anything anymore. Look this:
>
> Define Index...
> ++
> | No data retu
Again Heap Error. I definitily need some help.
Am Dienstag, 23. September 2014 11:03:34 UTC+2 schrieb Curtis Mosters:
>
> I don't know but it's really buggy. The Shell also seems to buffer my
> batch files. Needed to restartet die Server and recreate the database
> before he took the new content
I don't know but it's really buggy. The Shell also seems to buffer my batch
files. Needed to restartet die Server and recreate the database before he
took the new content.
Anyways I will try this one now:
USING PERIODIC COMMIT 4000
LOAD CSV WITH HEADERS FROM "file:///C:/data/tls202_part01.txt"
I think I have the reason.
Somehow my Neo4j does not want to index anything anymore. Look this:
Define Index...
++
| No data returned, and nothing was changed. |
++
1341 ms
+---
Alright I splitted it now as I said.
The first part of simply inserting the Titles is like the Appln's I already
have in there.
So with
USING PERIODIC COMMIT 4000
LOAD CSV WITH HEADERS FROM "file:///C:/data/tls202_part01.txt" AS csvLine
WITH csvLine LIMIT 1000
MATCH (appln:Appln {ID: csvLine.a
Alright now testing with new version and splitted Title. Thanks.
Am Montag, 22. September 2014 12:16:24 UTC+2 schrieb Michael Hunger:
>
> *sigh*, this should work:
> http://neo4j.com/artifact.php?name=neo4j-community-2.1.4-windows.zip
>
> On Mon, Sep 22, 2014 at 11:58 AM, 'Curtis Mosters' via Neo
*sigh*, this should work:
http://neo4j.com/artifact.php?name=neo4j-community-2.1.4-windows.zip
On Mon, Sep 22, 2014 at 11:58 AM, 'Curtis Mosters' via Neo4j <
neo4j@googlegroups.com> wrote:
> Yeah that site seems new. And there is nowhere the *Older Version* thing.
>
> I think the updater just for
Yeah that site seems new. And there is nowhere the *Older Version* thing.
I think the updater just forget that section...
Or can you give me the direct download link for the latest binary zip
please?
Am Montag, 22. September 2014 08:22:36 UTC+2 schrieb Michael Hunger:
>
> Can you check neo4j.co
Can you check neo4j.com/download?
Von meinem iPhone gesendet
> Am 22.09.2014 um 06:48 schrieb 'Curtis Mosters' via Neo4j
> :
>
> Sure Michael! I'll be available then.
>
> Well but there are more things broken. And I still have the 2.1.3 version
> because I'm not able to download the 2.1.4 via
Sure Michael! I'll be available then.
Well but there are more things broken. And I still have the 2.1.3 version
because I'm not able to download the 2.1.4 via
http://www.neo4j.org/download/other_versions
I always get the download page but not any download.
So could you please fix the download a
Ok, it's the two create statements in a row if you split it up it will not
happen:
// *!! Eager Loading kills your import, everything is pulled from the file
into memory after the first create!*
profile
LOAD CSV
WITH HEADERS FROM "
https://gist.githubusercontent.com/jexp/909e92c65e715ea91062/raw/
Ah, cool, then we can do a call this week, perhaps tomorrow or on Thu.
That's really weird. It shouldn't build up memory in 2.1.4 as the team
changed the eagerness requirement for queries where we determine
independence.
Can you do a a limit 10 and prefix your query with profile? There should be
Sure y. And testing with LIMIT 100 works and needs 1 min or so.
So this is just a Heap Stack thingi.
I'm from Germany like you ;)
Am Sonntag, 21. September 2014 19:25:15 UTC+2 schrieb Michael Hunger:
>
> In what Timezone are you located? Perhaps someone can help you and have a
> look at you
In what Timezone are you located? Perhaps someone can help you and have a
look at your setup? via Skype
But you have an index or constraint on the thing you match?
CREATE INDEX ON :Appln(ID);
On Sun, Sep 21, 2014 at 4:08 PM, 'Curtis Mosters' via Neo4j <
neo4j@googlegroups.com> wrote:
> Jup, s
Jup, same issue with
*-Xmx512M*So you have any other tips? Observing the IO values, it seems to
idle =/
Am Samstag, 20. September 2014 12:58:33 UTC+2 schrieb Curtis Mosters:
>
> Well I tried it with
>
> *-Xms4096m -Xmx15000m*
>
> but the import did not finish in now 16 hours.
>
> Now I try you
Well I tried it with
*-Xms4096m -Xmx15000m*
but the import did not finish in now 16 hours.
Now I try your
*-Xmx512M*
Am Freitag, 19. September 2014 16:08:42 UTC+2 schrieb Michael Hunger:
>
> If you specifiy it I'd keep it to a few MB (e.g. -Xmx512M) as the shell
> against a running server is
If you specifiy it I'd keep it to a few MB (e.g. -Xmx512M) as the shell
against a running server is just a terminal.
It's different if when you run the shell against a on-disk directory then
it fires up the database itself.
Your memory config looks ok otherwise, I'd only swap mapped memory setting
If you connect to the server it uses the servers RAM
The shell then needs much less like 512m
Can you check the server's graph.db/messages.log for the root cause error?
Which version?
Sent from mobile device
Am 18.09.2014 um 14:28 schrieb "'Curtis Mosters' via Neo4j"
:
> Well I was thinking t
Well I was thinking that the Xmx is the heap and it should be not above 4
GB, so far I have learned.
I currently let the import run with "COMMIT 100" so every 100 lines, and
it's still running.
But looking on the IO it seems to idle...
I don't know, but could you tell me exactly where to set
According to the screenshot you don't give it 30G of ram. You only provide 3G.
Is that your intent?
Sent from my iPhone
> On Sep 18, 2014, at 02:51, 'Curtis Mosters' via Neo4j
> wrote:
>
> Well somehow the behaviour of the Shell is odd.
>
> I imported 76 Mio lines without any problems. But n
Well somehow the behaviour of the Shell is odd.
I imported 76 Mio lines without any problems. But now I have started a new
import over night and now I watched the process and it said Java Heap Space
Error.
But that cannot be. I have set the Neo4jShell.bat like this:
%JAVACMD% -Xmx3G *-Dstorage
24 matches
Mail list logo