chef drone builder
chef drone builder
CC#
Created by chef drone builder on 5/8/2024 in #help
Application memory keeps increasing
is the memory not hitting a "threshold", and therefor the GC doesn't run?
27 replies
CC#
Created by chef drone builder on 5/8/2024 in #help
Application memory keeps increasing
No description
27 replies
CC#
Created by chef drone builder on 5/8/2024 in #help
Application memory keeps increasing
hahha
27 replies
CC#
Created by chef drone builder on 5/8/2024 in #help
Application memory keeps increasing
maybe i can try creating a minimal repro
27 replies
CC#
Created by chef drone builder on 5/8/2024 in #help
Application memory keeps increasing
it's not a tiny codebase, so not sure how usefull this is
27 replies
CC#
Created by chef drone builder on 5/8/2024 in #help
Application memory keeps increasing
https://github.com/FlurinBruehwiler/flamui This is the code, to test i run the Sample.ComponentGallery sample
27 replies
CC#
Created by chef drone builder on 5/8/2024 in #help
Application memory keeps increasing
what do you mean by "managed correctly", I know that there are no references for this memory that are kept beyond the current frame, because when I run the GC, it gets freed. When I run dotmemory i see what objects are allocated each frame, and it seems fine.
27 replies
CC#
Created by chef drone builder on 5/8/2024 in #help
Application memory keeps increasing
Well, it's the enire UI loop, it renderes a frame 60 times a second.
27 replies
CC#
Created by chef drone builder on 5/8/2024 in #help
Application memory keeps increasing
My whole Application, it has a main loop which executes every 16ms and that allocates a bit of memory. But this memory should obviously be freed again.
27 replies
CC#
Created by chef drone builder on 11/3/2023 in #help
✅ Why do my ASP.NET Core Requests not run in parallel?
so it is a browser thing
19 replies
CC#
Created by chef drone builder on 11/3/2023 in #help
✅ Why do my ASP.NET Core Requests not run in parallel?
ok, tested it with postman, they run in parallel
19 replies
CC#
Created by chef drone builder on 11/3/2023 in #help
✅ Why do my ASP.NET Core Requests not run in parallel?
yes, but i just open the url in 2 seperate tabs
19 replies
CC#
Created by chef drone builder on 11/3/2023 in #help
✅ Why do my ASP.NET Core Requests not run in parallel?
hmm, if i test with your code it also takes 5000, it only happens if i send the requests with my browser
19 replies
CC#
Created by chef drone builder on 11/3/2023 in #help
✅ Why do my ASP.NET Core Requests not run in parallel?
i start two requests at the same time and see if they finish at the same time, but one of the two take roughly double the time
19 replies
CC#
Created by chef drone builder on 11/3/2023 in #help
✅ Why do my ASP.NET Core Requests not run in parallel?
No description
19 replies
CC#
Created by chef drone builder on 11/3/2023 in #help
✅ Why do my ASP.NET Core Requests not run in parallel?
ahh, i see
19 replies
CC#
Created by chef drone builder on 11/3/2023 in #help
✅ Why do my ASP.NET Core Requests not run in parallel?
yes, this also runs parallel on my pc, but have you tried my example?
19 replies
CC#
Created by 𝓭𝓾𝓼𝓴𝔂 🐸 on 10/27/2023 in #help
❔ is this syntax correct
the correct thing would be
if(IsUp(s) && IsUp(tmp))
if(IsUp(s) && IsUp(tmp))
7 replies
CC#
Created by Tim on 10/23/2023 in #help
❔ Static interface methods
Maybe you are looking for default interface methods
17 replies