mood_vuadensl (LOIC VUADENS)
- Login: mood_vuadensl
- Registered on: 04/02/2025
- Last sign in: 05/23/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/04/2025
-
05:45 AM Ruby Bug #21214: VmRSS consumption increase in Ruby 3.4.2 vs Ruby 3.3.6
- byroot (Jean Boussier) wrote in #note-2:
> `ObjectSpace.memsize_of_all` being mostly stable suggest the difference is likely in the GC releasing the memory less eagerly, or having trouble releasing it because it's more fragmented.
[......
04/03/2025
-
05:58 AM Ruby Bug #21214: VmRSS consumption increase in Ruby 3.4.2 vs Ruby 3.3.6
- byroot (Jean Boussier) wrote in #note-2:
> `ObjectSpace.memsize_of_all` being mostly stable suggest the difference is likely in the GC releasing the memory less eagerly, or having trouble releasing it because it's more fragmented.
> .....
04/02/2025
-
04:18 PM Ruby Bug #21214: VmRSS consumption increase in Ruby 3.4.2 vs Ruby 3.3.6
- Add random strings to the object created during the loop
-
04:06 PM Ruby Bug #21214 (Closed): VmRSS consumption increase in Ruby 3.4.2 vs Ruby 3.3.6
- Hello,
After updating Ruby from 3.3.6 to 3.4.2, our batch-style (not based on rails) application exceed its memory limit.
Below is an example script that runs on both versions and demonstrates that 'ObjectSpace.memsize_of_all' does n...