Welly Tambunan

Results 5 comments of Welly Tambunan

btw, after trying brute force for JIT runtime parameters finally arrived with this env var 🤣 ```sh export DOTNET_TieredPGO=1 export DOTNET_TieredCompilation=1 ``` now i got better result i gues😄 ```sh...

basically first time i clone the repo and run `IpcThrougput` it show error ```csharp ❯ Samples/Adaptive.Aeron.Samples.IpcThroughput/bin/Release/net6.0/Adaptive.Aeron.Samples.IpcThroughput Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at...

another stuff that seems funny is when running on `dotnet3.1` on `Amazon Linux 2022/Graviton3` seems that nunit runner throw SSL errors when `dotnet test` (even if it's there) ```csharp The...

I push my experiment here if you want to take a look https://github.com/welly87/Aeron.NET/ and put some notes here https://github.com/welly87/Aeron.NET/blob/master/graviton.md

@buybackoff has been exploring this in his repos https://github.com/buybackoff/Aeron.MediaDriver.NET might be give some baseline to continue @cirrusone however i don't think C media driver handle clustering part now?