-
The example in the repo shows how to gracefully restart a standalone executable. In the case of systemd managed services, how can one make the spawned child process to be managed by systemd? The child…
-
It would be insanely helpful to understand how to optimize the build — how many workers to use, how much memory to assign to e.g. `Test` tasks, and to understand why Gradle daemon disappears (which is…
-
I'm not sure if this is the result of any recent change, I hadn't updated my packages in a while, but I'm now noticing that about 12 gtags processes get spawned and pin the CPU to 100%. According to `…
-
Hello,
I killed a `reflow run -local` job with Ctrl-C and a bunch of the processes are still running so I have to manually kill them. Is there a way to get Reflow to look for its spawned processes?
…
-
Hi,
Currently FastbuildWorker accepts remote work only when CPU usage is lower than a threshold. However, if jobs are already being executed, then runing a local CPU-intensive work (e.g. rendering)…
-
Only one make process per parallel building-port is spawned.
Poudriere.conf:
PARALLEL_JOBS=15
PREPARE_PARALLEL_JOBS=23
ALLOW_MAKE_JOBS=YES
make.conf:
MAKE_JOBS_NUMBER=15
-
**Motivation**
I'm working on a project where it's crucial to monitor system events for a specific process and all of its descendants. The current issue I'm facing is that using `proc.sid` as a fil…
-
Problem
--------
When using `rdbg` with the `--port` option, I encounter an issue when the process forks, leading to the error:
```log
Address already in use - bind(2) for IP:PORT (Errno::EADDRI…
-
While talking with an user today, I realized that we don't have any way to dispatch logs from different processes spawned in the `startup_script` of an agent.
I think we should add a `log_channel` ar…
-
### What is your question?
I noticed flwr 1.9.0 overrides the SIGINT and SIGTERM signal handlers in flwr.client.app (this was not present in 1.7.0). The custom defined signal handler just raises a St…