in3rsha / bitcoin-to-neo4j

Import the Bitcoin blockchain in to a Neo4j graph database.
GNU General Public License v3.0
208 stars 55 forks source link

I met a question but I don't konw how to solve it #21

Open xingyushu opened 4 years ago

xingyushu commented 4 years ago

PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65011976 bytes) in /data/bitcoin-to-neo4j/vendor/graphaware/neo4j-bolt/src/PackStream/StreamChannel.php on line 72

It is the memory allocation problem,where can I change it ? I didn't find the number /bitcoin-to-neo4j/vendor/graphaware/neo4j-bolt/src/PackStream/StreamChannel.php on line 72

zenonp commented 1 year ago

Look for memory_limit in php.ini .