> I need to know the max file size You mean max-string-length, I think -- it defaults to 2^30. There is no downside to making it as big as you want. Loading is not noticeably more expensive than evalling -- I would just load the file again to pick up the new data. Maybe I misunderstand the context.