zdavatz / oddb2xml

oddb2xml, create xml files using refdata, swissmedic and bag xml files
http://www.ywesee.com/Oddb2xml/Index
GNU General Public License v3.0
8 stars 5 forks source link

SAX-Style XML Parsing and Reading #1

Closed ghost closed 10 years ago

ghost commented 11 years ago

Parse large XML with Nokogiri::XML::SAX::Document.

All read methods of File(IO) class can not read whole data on Windows. (got "failed to allocate memory").

zdavatz commented 11 years ago

We need a link that proofs that Ruby on Windows does not allow Ruby to use a lot of memory.

zdavatz commented 10 years ago

How much GB Memory does your Windows Maschine have?

zdavatz commented 10 years ago

Thanks for the hint. We will try this for Windows.