-
# Context
Several bugs in this repository, such as #1019, #694, and #1043, seem to relate to a common issue, which the work done 3 years ago in the unmerged #1048 appears to propose a potential sol…
-
:collision: on 2.1.1 and trunk:
```
$ irb -rgctools/gcprof
>> RUBY_DESCRIPTION
=> "ruby 2.2.0dev (2014-03-29 trunk 45468) [x86_64-darwin13]"
>> GCProf.after_gc_hook = -> { puts 'foo' }
=> #
>> GC.sta…
-
the program is good. running fairly well but i saw the code and realised the 350 bytes associated with it.
maybe you can look into https://github.com/allegro/bigcache
and see if can reduce what…
hiqbn updated
5 years ago
-
# Garbage collector does not handle PG unavailability gracefully.
## Incident report:
- Today at approx 9:45 (Zurich Time) Taylor was forcefully logged out of his study (UUID `6e4ea1a4-b02c-11ec-b9d…
-
```
> rD parseJSON -> parse_con -> open -> open.connection
Execution halted
RSelenium... FAILED
Makefile:14: recipe for target 'test-all-xenial' failed
```
-
The binderhub helm chart's `imageCleaner` configuration relates to a DaemonSet that starts one pod per k8s node. Currently, one or two containers can be started. One for `host` and one for `dind`. _Th…
-
We noticed an increase in memory utilization when switching from an older [version](https://github.com/GaloisInc/saw-script/commit/bc564dd26a9e89d1b5fa2eaf2f8aa0e1ec75aed1) of SAW to a newer [version]…
-
### Description
I am really struggling with virtualization in CollectionView and this is making it really hard for me to optimise my app and get it to run at any decent speed in CollectionView. The c…
-
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…
-
@sarna reports:
> ```
> (define len 100000)
> (define vec (vector->immutable-vector (make-vector len)))
>
> (collect-garbage)
> (collect-garbage)
> (collect-garbage)
>
> (displayln "vecto…