You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check to have 1 GB of RAM available to be allocated.
Launch python main.py.
Open DevTools in pressing F12.
Note in the Console tab that the logged count has reached 10000, which means the data has been fully transferred.
Note in the Memory tab that 1004 MB is allocated.
Open OS's System Monitor (Task Manager if applicable to Windows) and note that the allocated memory for the browser process is 1.1 Go.
Wait as long as you want but maybe at least 1 minute and note that nothing has changed.
Expected behavior
The allocated memory should be freed at some point.
System Information
OS: Linux Mint 22 Cinnamon (based on Ubuntu 24.04)
Browser: Chromium 131.0.6778.204 (Official build) for Linux Mint (64 bits)
Python Distribution: Python.org 3.12.3
Additional context
I discovered this issue because I need to continuously stream data over time to a plot. At some point it makes the app crash, which can be reproduced in the example provided in increasing the allocated memory.
The text was updated successfully, but these errors were encountered:
Eel version
v0.18.1
Describe the bug
The memory allocated by JavaScript for the data received from a Python Eel-exposed function is never freed.
To Reproduce
Steps to reproduce the behavior:
main.py
:main.js
:main.html
:python main.py
.DevTools
in pressing F12.Console
tab that the logged count has reached 10000, which means the data has been fully transferred.Memory
tab that 1004 MB is allocated.System Monitor
(Task Manager
if applicable to Windows) and note that the allocated memory for the browser process is 1.1 Go.Expected behavior
The allocated memory should be freed at some point.
System Information
Additional context
I discovered this issue because I need to continuously stream data over time to a plot. At some point it makes the app crash, which can be reproduced in the example provided in increasing the allocated memory.
The text was updated successfully, but these errors were encountered: