-
There is a scenario where a child process spawned by the main multiprocessing PID dies and profiler does not stop. Need to investigate ways to better handle signals and stop profiler if there is a pro…
-
- [x] I have tried with the latest version of Docker Desktop
- [x] I have tried disabling enabled experimental features
- [x] I have uploaded Diagnostics
- Diagnostics ID: E5A4D59B-6BC1-432…
-
I open the same project in multiple vim instances (large monorepo in tmux) which leads to a lot of rls processes to be spawned which easily use up 10 GB of ram alone.
IIUC I'd only need one rls proce…
-
1. Open rrun dialogue
2. Type in some command
3. Press Enter
I can see the spawned process in the list of processes:
``` shell
$ ps -o state=,command | grep bash
R bash -i -c (history -s rrun; histo…
-
To reproduce:
- In a non-project, open `foo.rs`
- rust-analyzer attaches in standalone/detached mode
- hover, completions, etc. work
- `:e bar.rs`
- rust-analyzer attaches
- hover, com…
-
When starting up OBS studio 23.2.1, all the browser processes are spawned and result in over 30% CPU usage, even though the setting to hide the browsers is checked. Using version 0.6.1 of the linuxbro…
ntoff updated
5 years ago
-
The perf automation should collect CPU and memory metrics of the spawned process(es), and include it in the results, like so:
![image](https://user-images.githubusercontent.com/9459391/185227311-d1…
-
# Description
Add the support to keep files in `test_output` after the execution of `pytest` even if the tests pass.
# Justification
Currently, all files generated at test time are stored in `tests/t…
-
**Describe the bug**
This call never returns in Erlang 27 (even after 3 hours):
```
cover:export("/tmp/mongoose_combined.coverdata").
```
**To Reproduce**
Tricky setup: we get it on Mongoose…
-
### Background shared by @vstax
The POST/PUT operations for large objects (which will be stored as multipart objects) create higher load on leo_gateway compared to (client-assisted) multipart upload…