-
The memory usage corresponds to total projects loaded during a session. Looks like project data is loaded but never released.
-
JNA is making an insane amount of garbage when I'm trying to find a fake process by name.
Here is a screenshot of the allocations (about 100k.sec)
http://i.stack.imgur.com/u3D2I.png
Here is the te…
-
I was running Jenkins in docker container lts-alpine on low memory instance on cloud. At the beginning it looked working well. But after some period of time container stopped. I started it again and i…
timja updated
5 years ago
-
-
The performance tests showed that the performance of unary calls wasn't great. Investigate and possibly improve.
-
Combine Developer Guidelines and Coding Style https://geti2p.net/en/get-involved/guides/dev-guidelines and New Developer's Guide https://geti2p.net/en/get-involved/guides/new-developers
-
While testing I routinely hit out-of-memory errors on creating or leaving worlds. This is with a version holding all stable modules. One example:
- Started Perlin world with no modules (other than Cor…
-
I am trying to Instrument java application running on Jetty server with using openjdk 11 version. I am using glowroot-0.13.6 version. I am running in embedded mode with default configuration. Java App…
-
### Description
In a Fragment we collect a StateFlow/MutableStateFlow using the recommended method by Google:
```
viewLifecycleOwner.lifecycleScope.launch {
viewLifecycleOwner.lifecycle.re…
-
i concatenated vectors from a stream using `(stream/transform (mapcat identity) s)`
this seemed to cause a leak as described here: https://github.com/mpenet/alia/pull/115
investigation showed lo…