-
## Steps to Reproduce
1. Create Program.cs with the following content:
```
using System;
using System.IO.MemoryMappedFiles;
namespace MMapMonoBug
{
class Program
{
static void Main(st…
-
**Describe the unexpected behaviour**
Merges fail with `MEMORY_LIMIT_EXCEEDED` error. MemoryTracking indicates unrealistic memory usage. Extending memory either via swap or via physical RAM up to 32G…
-
### Anything you want to discuss about vllm.
Here is a simple example to run vLLM.
When I add `import multiprocessing` and set `tensor_paralle_size > 1 `(in my code, the value is 2), I meet annoy…
-
If you have two separate Rust programs that are both running under an OS, it seems pretty clear they are two separate instances of the Rust AM (Abstract Machine).
If you have two threads in the same …
-
I'm able to run the UI but I have no results :
![image](https://github.com/user-attachments/assets/bbf6b522-6933-4919-a1cb-ad28b19ea6b2)
Here are the errors I have on the server :
```
Failed…
-
This issue is to track work prepping for host/device shared memory spaces, like Grace-Hopper and the AMD MI300 (as well as CUDA UVM).
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
See this comment https://github.com/apache/arrow-rs/issues/6363#issuecomment-2366788331,
w…
-
First a caveat that this isn't really about shared-everything (i.e. GC) but about linear memory; but since the threads proposal went to phase 4 this is the current catch-all place to discuss shared me…
-
Hi, icebert:
Thanks for your very nice tool, it helps me a lot. I have multiple sample fasta, and want to use pblat in parallel. Can pblat share memory that multiple process use the same memory?
T…
-
Would it be possible to leverage the SID of a UWP app to create shared memory between it and a desktop application? My objective is to leave the UWP app as is and not implement any special calls insi…