-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Bug Description
live_debugger on 2 different systems is producing different effects.
On my system, it's running fine, but on their system live_debugger's memory is growing beyond 25GB and causing slow runtime.
For instance, on my computer, it's taking about 4ms to run a handle_event call, when it's taking 300-400ms for the same call on their machine.
Actual Behavior
On my system, it's running fine, but on their system live_debugger's memory is growing beyond 25GB and causing slow runtime.
For instance, on my computer, it's taking about 4ms to run a handle_event call, when it's taking 300-400ms for the same call on their machine.
Expected Behavior
Should be the same for performance.
Steps to Reproduce
This is hard to debug as we are running the same system, he's using an M3 max and I"m using an M2 max cpu.
Elixir version with Erlang/OTP
1.19.5
LiveDebugger version
0.6.1
Phoenix version
1.8.5
Phoenix LiveView version
1.1.27
Operating system
macos
Browser(s)
firefox and google chrome