-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Out of memory error #17
Comments
How many nodes and relationships do you want to generate ? |
it's default config with neogen.yml from this repository |
I'm looking on it, I removed the Collection class and moved to plain arrays. While I did not have your memory issue, plain arrays are performing much faster |
Thanks, but I dont see that change pushed. simply it doesnt create a file. The similar thing happens when I call: Although my neo4j server is up and running on 127.0.0.1:7474 nothing happens, graph.db is not updated. Any hint? |
Hi, any news on this maybe? |
The same error here: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /Users/hump/Documents/Work/neogen/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php on line 279 OSX 10.10.3 Is there any solution for this problem? |
For now I would recommend to use 0.x versions, so latest is 0.5.9 until next week. |
I cannot run neogen with default config neogen.yml on my macbook pro OSX 10.10
php --version
PHP 5.5.20 (cli) (built: Feb 25 2015 23:30:53)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
I've set memory_limit in /etc/php.ini to be 2048M
localhost:~/neogen generate
Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 72 bytes) in /neogen/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php on line 279
The text was updated successfully, but these errors were encountered: