-
I'd like to compare the performance difference between setting non-default garbage collection settings (via worker_process_options) and simply closing a persistent connection after N uses. Generally …
-
### Environment
- Git Extensions 4.2.1.17611
- Build b0c0b284876b63c52c77195ada82a85bfadbb083
- Git 2.43.0.windows.1
- Microsoft Windows NT 6.3.9600.0
- .NET 6.0.25
- DPI 96dpi (no scaling)
-…
-
Where two processes are started in quick succession without a persistent instance available, a race condition is possible where one (A) holds the mutex (very briefly) while the other (B) attempts to t…
-
### Describe your enhancement idea
### This enhancement is for "Embedded node"
Doing some intensive testing with restarting several times the node and also recovering it I notice that is not so ha…
-
## Short Description
Add support for persistent scan cache on an individual files level, to improve performance of repeated scans, as well as the scans of similar packages.
## Possible Labels
- …
-
When running "bosh deploy" to upgrade the rabbit_node_ng job, bosh will stop all the jobs on the vm first and then unmount the persistent disk. But sometimes stopping the jobs can't stop the "beam" pr…
-
Since CL 605576, gaby always needs database in Cloud.
For read-only features, we can do
`cd internal/gaby; go run . -project -firestoredb `
But it's tricky to locally test write functionaliti…
-
The persistent structure of an event publication currently effectively represents two states. Their default state captures the fact that a transactional event listener will have to be invoked eventual…
-
**Describe the bug**
The application crash after few minutes, after have initiated a backup. (cf. "TimeMachineStatus_While_Backup")
Still while the backup is in progress, the application crash immed…
-
It appears there is a race condition when using persistent volumes, where the pod is deleted and the node is rebooted, but the attached volume is still in the process of detaching. Once this happens, …