-
I think I've found an effective way to compress LOH:
If CLR always alloc every large object at the beginning of a RAM page(usually 4KB per page),then the large object heap(LOH) can be compressed with…
-
## Description
LoggerContext / LoggerRegistry don't play well together in using weak references, which can result in a `null` logger if the GC kicks in at a bad timing.
## Configuration
**Ver…
-
As background, I investigated a periodical OutOfMemoryError encountered in a server application I am working on. This used REST-API-Client built from the 'master' branch, for JDK 17 support. The main …
-
I had originally submitted a PR request to the original Franklin.jl repo ([Replace html-css-js-minify with minify_jll, eliminate Python3 dependency](https://github.com/tlienart/Franklin.jl/pull/1038)…
-
I am running on Windows, 32GB of RAM.
When generating tiles for say Canada (4GB), the generated node.db is 6GB and the OS auto memory-maps it correctly. During step2_ways I get 100-150k/s, and almo…
-
Hi,
I have four nematode genome samples and I'm running BRAKER with genemark epmode to annotate with protein + genome, with RNA + genome, and then combine the two with TSEBRA. 3 of the genomes proce…
-
# Lines of code
https://github.com/code-423n4/2023-08-verwa/blob/a693b4db05b9e202816346a6f9cada94f28a2698/src/GaugeController.sol#L91-L114
https://github.com/code-423n4/2023-08-verwa/blob/a693b4db05b…
-
Under Qt4 / PySide, the `TableEditor` creates an uncollectable `TableModel` object.
Here's some code that exercises the bug:
```python
from traits.api import HasStrictTraits, List, Str
from trai…
-
# Description
As an operator of GC Notify I want our K8s nodes to run on IMDSv2 to ensure that the system is free of tech debt while also increasing security and reliability.
As a (user), I need to…
-
### Description
We are compiling and testing jax on an HPC system with a rather large number of cores (208 including Hyper-Threading)
When running the testsuite (`pytest tests`) it fails with
…