Skip to content
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

Open
core-ai-bot opened this issue Aug 30, 2021 · 16 comments
Open

[CLOSED] Brackets freezes on startup with large files #6528

core-ai-bot opened this issue Aug 30, 2021 · 16 comments

Comments

@core-ai-bot
Copy link
Member

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.

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Wednesday Mar 19, 2014 at 19:07 GMT


@PabloK How large is the file? Is it a JS file, or something else? Is it minified?

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)

@core-ai-bot
Copy link
Member Author

Comment by PabloK
Wednesday Mar 19, 2014 at 20:47 GMT


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?

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Wednesday Mar 19, 2014 at 21:31 GMT


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)

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Tuesday Mar 25, 2014 at 20:59 GMT


@PabloK Any updates? I posted some questions above...

@core-ai-bot
Copy link
Member Author

Comment by PabloK
Wednesday Mar 26, 2014 at 07:02 GMT


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?

@core-ai-bot
Copy link
Member Author

Comment by PabloK
Wednesday Mar 26, 2014 at 10:53 GMT


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.

image

@core-ai-bot
Copy link
Member Author

Comment by PabloK
Wednesday Mar 26, 2014 at 10:53 GMT


This file is a 2.2GB text file

@core-ai-bot
Copy link
Member Author

Comment by njx
Thursday May 01, 2014 at 16:13 GMT


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.

@core-ai-bot
Copy link
Member Author

Comment by redmunds
Friday Oct 17, 2014 at 20:02 GMT


Starting in Release 0.45, Brackets limits file size to 16MB.

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Saturday Oct 18, 2014 at 00:16 GMT


Closing as fixed

@core-ai-bot
Copy link
Member Author

Comment by koko236
Tuesday May 19, 2015 at 11:32 GMT


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.

@core-ai-bot
Copy link
Member Author

Comment by abose
Tuesday May 19, 2015 at 12:34 GMT


Extract does not have a PSD file size limitation of 16MB as far as i know.
@prafulVaishnav

@core-ai-bot
Copy link
Member Author

Comment by koko236
Tuesday May 19, 2015 at 12:46 GMT


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.

@core-ai-bot
Copy link
Member Author

Comment by LukeXF
Friday Jul 10, 2015 at 09:52 GMT


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

@core-ai-bot
Copy link
Member Author

Comment by calinbalea
Saturday Jan 09, 2016 at 20:36 GMT


Hey guys,

I'm a newb to all this but I sort of have this same problem.
I have a psd of about 45 mb. Brackets takes about 20-25 min to load it. Is this normal?

@core-ai-bot
Copy link
Member Author

Comment by tufailmirr
Wednesday Apr 04, 2018 at 05:25 GMT


But it's showing some 30000 files handling issue and opens becomes responsive after about 5 min then works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant