-
## GC(Garbage Collection)
- `더 이상 참조되지 않는 객체`를 찾아 메모리를 해제하는 역할
- `Heap 영역`이 GC의 대상이다.
- GC는 메모리가 필요할 때, 즉 새로운 객체의 할당을 위해 한정된 `Heap 영역의 재활용이 필요할 때` 수행될 수 있다.
### Major GC, Minor GC
- Minor …
-
## Is your feature request related to a problem? Please describe.
I'm always frustrated when we delete containers with millions objects and it may last for days.
## Describe the solution you'd lik…
-
JIRA Issue: [KIEKER-409] GC Sampler
Original Reporter: Nils Christian Ehmke
***
Using the Java MXBean interface, information from the garbage collectors can be accessed. It could be useful to provid…
-
![image](https://github.com/user-attachments/assets/19fdfd35-18da-405c-8ad1-d52072e9b9cf)
ttys3 updated
1 month ago
-
Generating with prompt: the girl in is dancing on the top of moutain
Before inference: VRAM: Total 16.00GB | Reserved 9.22GB | Allocated 9.15GB | Free -2.37GB
After inference: VRAM: Total 16.00GB…
-
https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_special.system_ppc64_aix_Personal_testList_2/134 - [p8-java1-ibm07](https://openj9-jenkins.osuosl.org/computer/p8-java1-ibm07)
LambdaLoadTest_sp…
-
As seen at https://github.com/endojs/endo/actions/runs/11874583594/job/33090758261?pr=1538#step:7:72
Suspected as a flake because it succeeds on Node 18.x and 22.4.1 but fails on Node 20.x
![ima…
-
This issue should be assigned to both an existing member and a newly elected
member, and the actions should be performed by both in collaboration. This
ensures fluid communication and a successf…
-
We should implement an explicit `engine->gc()` function and possibly also a build mode that exposes a `gc()` JS global method that calls this like Node.js supports. This would be a prerequisite to pro…
-
Calling `gc.dump_rpy_heap` with invalid arguments results in a `SystemError`.
Something else also seems to be happening regarding handling of the `file` parameter: when passed a large negative valu…