From: <au...@in...> - 2005-02-01 15:30:11
|
Hi All, > Here the other day I needed to put a 120mb rdf/xml file into a RAP DB,=20 > I tried using the db-tool and uploading it, but on my P4 with 1gb of=20 > memory it used 1.8gb of memory, froze the whole machine and was still=20 > showing no sign of connecting to the DB after 30 minutes, so I stopped=20 > it. I already loaded quite large models using PHP and RAP, but you have to=20 set the $stream parameter of model::load to true to prevent RAP from=20 creating an in memory model first: model::load($filename, $type =3D NULL, $stream=3Dfalse) Hope that helps S=F6ren |