Ram Leak #1

Closed
opened 2023-04-04 20:42:24 +07:00 by Bloopityblop55 · 2 comments

When putting a large number of characters into the Greeting Triangle prompt, it begins taking up a growing amount of ram which can lead to excess of 30 gigabytes of RAM and eventually the site may crash.
This can be recreated by selecting Design 2, and holding down "A" key for a minute and a half.
Attached is proof of how much RAM it can end up taking up if you leave it to run. (For context, my machine has 64 gigabytes of RAM.)

When putting a large number of characters into the Greeting Triangle prompt, it begins taking up a growing amount of ram which can lead to excess of 30 gigabytes of RAM and eventually the site may crash. This can be recreated by selecting Design 2, and holding down "A" key for a minute and a half. Attached is proof of how much RAM it can end up taking up if you leave it to run. (For context, my machine has 64 gigabytes of RAM.)
CCF_100 added the
bug
Good first issue
labels 2023-04-23 15:35:05 +07:00

I suspect the issue is that I call document.getElementById() instead of writing to a string. I will attempt to fix it when I get a chance.

I suspect the issue is that I call `document.getElementById()` instead of writing to a string. I will attempt to fix it when I get a chance.

Should be fixed as of ee802ca318, but I will let you confirm before closing this issue.

Should be fixed as of ee802ca318, but I will let you confirm before closing this issue.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: CCF_100/frontpage#1
There is no content yet.