# Size limit of 250 MB issue

**URL:** https://discourse.processing.org/t/size-limit-of-250-mb-issue/38173
**Category:** p5.js
**Created:** [July 31, 2022, 2:56pm UTC](https://discourse.processing.org/t/size-limit-of-250-mb-issue/38173 "2022-07-31T14:56:57Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![gjs](https://avatars.discourse-cdn.com/v4/letter/g/eada6e/32.png) [@gjs](https://discourse.processing.org/u/gjs)
#### Post date: [July 31, 2022, 2:56pm UTC](https://discourse.processing.org/t/size-limit-of-250-mb-issue/38173/1 "2022-07-31T14:56:57Z")

</div>

I tried to upload a font to my asset folder but received the response:  
“Error: You cannot upload any more files. You have reached the total size limit of 250 MB. If you would like to upload more, please remove the ones you aren’t using anymore by in your [assets](https://editor.p5js.org/assets).”

My asset folder continues to display a total of 344.86 MB (138%) though I deleted many files and calculated that it now totals 187.57 MB, far below the 250 MB limit. Wondering if the system takes time to refresh or if there is another reason my storage remains stuck at 344.86 despite my having reduced it through file deletion.

---

<div class="post-metadata">

### Author: ![Rima\_K](https://avatars.discourse-cdn.com/v4/letter/r/54ee81/32.png) [@Rima\_K](https://discourse.processing.org/u/Rima_K)
#### Post date: [August 21, 2022, 5:22pm UTC](https://discourse.processing.org/t/size-limit-of-250-mb-issue/38173/2 "2022-08-21T17:22:17Z")

</div>

I am having the same problem, deleted most of my assets to free up space but my account still states that I an over the limit.

---

<div class="post-metadata">

### Author: ![javagar](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/javagar/32/11434_2.png) [@javagar](https://discourse.processing.org/u/javagar)
#### Post date: [August 21, 2022, 6:56pm UTC](https://discourse.processing.org/t/size-limit-of-250-mb-issue/38173/3 "2022-08-21T18:56:30Z")

</div>

> [@gjs](#):
>
> Wondering if the system takes time to refresh …

Hi @gjs,

Now that three weeks have elapsed since your post, your account has become a good test case for this issue. Has the system refreshed since then, allowing you to continue with what you had hoped to do?

Here’s hoping …

---

<div class="post-metadata">

### Author: ![gjs](https://avatars.discourse-cdn.com/v4/letter/g/eada6e/32.png) [@gjs](https://discourse.processing.org/u/gjs)
#### Post date: [October 31, 2022, 4:23pm UTC](https://discourse.processing.org/t/size-limit-of-250-mb-issue/38173/4 "2022-10-31T16:23:06Z")

</div>

Hi Javagar. I apologize for the late reply to your post.

Unfortunately, my account still shows a total asset size of 344.86 MB, exceeding the 250 MB max. When I attempt to upload a file to a new or existing sketch, I receive the following response:

“Error: You cannot upload any more files. You have reached the total size limit of 250 MB. If you would like to upload more, please remove the ones you aren’t using anymore by in your [assets](https://editor.p5js.org/assets).”

I’ve deleted a number of files and re-calculated my total asset size using a spreadsheet; it is now down to 143 MB. However, I still receive the over limit response when I try to upload a new file.

Wonder if you or Rima have any solutions I can try. Thanks in advance. Gary

---

<div class="post-metadata">

### Author: ![javagar](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/javagar/32/11434_2.png) [@javagar](https://discourse.processing.org/u/javagar)
#### Post date: [October 31, 2022, 6:39pm UTC](https://discourse.processing.org/t/size-limit-of-250-mb-issue/38173/5 "2022-10-31T18:39:01Z")

</div>

Hi, @gjs. Evidently, this will need to be handled by an Admin or a Moderator. See the following page for a list of the people in those positions:

- [About Processing Foundation](https://discourse.processing.org/about)

You can click on any one of the avatars on that page to get to their profiles, including contact information.

_Edited to correct the spelling of the username in the salutation, and again, to correct an error in this notation._

---

<div class="post-metadata">

### Author: ![gjs](https://avatars.discourse-cdn.com/v4/letter/g/eada6e/32.png) [@gjs](https://discourse.processing.org/u/gjs)
#### Post date: [November 1, 2022, 12:54pm UTC](https://discourse.processing.org/t/size-limit-of-250-mb-issue/38173/6 "2022-11-01T12:54:45Z")

</div>

Thanks! I’ll followup as you advise. G

---

<div class="post-metadata">

### Author: ![sableraph](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/sableraph/32/251_2.png) [@sableraph](https://discourse.processing.org/u/sableraph)
#### Post date: [November 3, 2022, 2:44pm UTC](https://discourse.processing.org/t/size-limit-of-250-mb-issue/38173/7 "2022-11-03T14:44:10Z")

</div>

Hello @gjs, this sounds like an issue that should be reported on the p5 editor Github. Would you mind adding a new issue there describing the problem? This will help track the bug and figure out how to fix it.

> **[Issues · processing/p5.js-web-editor](https://github.com/processing/p5.js-web-editor/issues)**
>
> p5.js Web Editor, officially launched! Contribute to processing/p5.js-web-editor development by creating an account on GitHub.

---

<div class="post-metadata">

### Author: ![sebastienvanblaere](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/sebastienvanblaere/32/22123_2.png) [@sebastienvanblaere](https://discourse.processing.org/u/sebastienvanblaere)
#### Post date: [September 8, 2026, 11:22am UTC](https://discourse.processing.org/t/size-limit-of-250-mb-issue/38173/8 "2026-09-08T11:22:42Z")

</div>

For anyone still encountering this: I’ve submitted a small fix for a related issue where the asset usage meter keeps showing an outdated storage total after assets are deleted.

The change makes the meter and upload-limit warning use the current total returned by the asset list.

[Pull request #4293](https://github.com/processing/p5.js-web-editor/pull/4293) is still open and hasn’t been merged yet. Sharing it here because it may be relevant to the symptoms described above.
