-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Brackets freezes on startup with large files #6528
Comments
Comment by peterflynn
If it's possible, can you post the file online somewhere so we can take a look at it? Also, can you check to make sure this still happens even if you use Debug > Reload Without Extensions? (if you have any extensions installed) |
Comment by PabloK I cant send the file but I can tell you its size to morrow. It is a very large text file though. Probably a few hundred megabytes. The problem in my oppinion is brackets loads it so slow and during loaf I cant give indtructions not to load it. Eventually it will load. So the issue is that there is no effective way to remove it from auto load. Since it is in the opened files list. Do you need more info? |
Comment by peterflynn Is it plain text -- is the file extension .txt? Can you tell me more specifically how many MB it is? Also, do you have any extensions installed? If so, does this still happen when they're all disabled? (see https://github.com/adobe/brackets/wiki/Troubleshooting#wiki-disable-all-extensions for details) |
Comment by peterflynn
|
Comment by PabloK I will try to see if the extension I have effects this but it is only theme related so Imagine it should not. I cant sed the file as it is workrelated. The file is a few hundred mb. What im requeating is simply a feature that stops preloading of previously opened files if they are taking a certain amount of time. Perhaps confifurable? Is this a feature you are planning to integrate? |
Comment by PabloK I have disabled all plugins and also I think I have upgraded brackets to the latest version and when opening a large file I currently get the following error. |
Comment by PabloK This file is a 2.2GB text file |
Comment by njx Reviewed. For 1.0, let's pick a size limit and just refuse to read the file (and show a more specific error message) if we know that the file is too large when we stat it (before we even read it). We could even do this at the filesystem level and just return a specific "file too large" error before reading it. |
Comment by redmunds Starting in Release 0.45, Brackets limits file size to 16MB. |
Comment by peterflynn Closing as fixed |
Comment by koko236 The 16MB file size limit seems to affect opening psd files with Extract. As a result Extract is of rather limited use as PSDs tend to get much larger pretty quick. |
Comment by abose Extract does not have a PSD file size limitation of 16MB as far as i know. |
Comment by koko236 Allright, my bad, nevermind. I get some other unspecified error when opening psd via extract and this is different from the size limit error I get when I try to simply open psd in brackets. |
Comment by LukeXF Can you give us the option to edit our file sizes? I can't import my 112mb PSD file and it's really frustrating. Any guidance on where I can change the MAX_FILE_SIZE_MB on a mac? I can't find the location |
Comment by calinbalea Hey guys, I'm a newb to all this but I sort of have this same problem. |
Comment by tufailmirr But it's showing some 30000 files handling issue and opens becomes responsive after about 5 min then works fine |
Issue by PabloK
Tuesday Mar 18, 2014 at 05:31 GMT
Originally opened as adobe/brackets#7223
When having accidently opened a large or unopenable file brackets may become hard to open as it will continue to preload these files upon opening.
Expected behaviour files that take to long to open or are not openable ahould not be preloaded.
The text was updated successfully, but these errors were encountered: