I think the limit isn't so much as "how much data can be passed after the file name" as it has to do with the limit of the total number of characters that can be passed in the URL. (more of a browser limitation)
I think the limit is around 255 characters.
If you are passing a variable with that much data, you may want to look at posting the form data instead of using the get method...