I assume you don't need to load all the properties at the same time, but you rather need to iterate through all properties.
Personally, I would go with parsing manually the file line by line and working in a stream-like fashion.
If there is a lib for processing very large property I don't know it.