Hello, all ! ... Again !
Decidedly, I'm getting used to ask questions here... x)
I have a big Turtle (.ttl) file that weighs a little less of 200MB. I wanted to parse it and to use it, but it appears that there is a limit of memory for this :
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 181928686 bytes) in EasyRdf/Graph.php
I tried to expand the memory using ini_set("memory_limit", "500M") but it doesn't work at all :
Fatal error: Allowed memory size of 524288000 bytes exhausted (tried to allocate 181920500 bytes) in EasyRdf/Parser/Turtle.php on line 1173
The file has changed, but the bug is the same. Is there anyone who has already faced this problem ? How much memory is usually used by EasyRDF for files that big ?
Thank you very much,
Mohammad.