Jonas Kalderstam

Results 192 comments of Jonas Kalderstam

> I found that if it is just to prevent crashes, it is only necessary to capture the OOM exception in the interceptor。 You are missing an edge case there...

I found the problem now. It's not a bug, it was entirely my fault. Anyway, here's the reason and way to recreate it in the example app. The reason was...

Very nice! And thank you On Jan 13, 2013 2:58 AM, "liato" [email protected] wrote: > Thanks for the suggestion spacecowboy! I've added it to the milestone for > version 2....

This is what I did to get something using yarn to run on a readonlyfilesystem (using the node base image) In kubernetes: ``` [...] spec: volumes: - name: tmp1 emptyDir:...

I'll mark it for future implementation.

To rephrase: the user wants `icon` to be prioritized before `logo` for atom feeds. There is no way for a client to pick between them since gofeed picks one. Personally...

@jexp could you ask said user for info on the cypher file? the actual file, or number of statements, etc?

OK, after looking at the file it's pretty obvious what the problem is. All of those create statements (20 million?) are in a single transaction. That's what fills up the...

So try something sensible, like 1000 statements per transaction? I mean, Java is a memory hog and we all know it. I'm not at all surprised that @cleishm 's neo4j-client...