-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self-contained Yafc uses 4GB of RAM on Windows 7 #365
Comments
I forgot to mention what I think is an important detail. |
Can you show us the values/graphs you're looking at? Also, if you have .NET 6 installed, will you check to see if old builds of Yafc-CE have the same problem? I suspect I know what you're seeing, and if I'm right, it's probably a Win7 thing: There may be a knob you can turn somewhere to adjust the request, but I wasn't quickly able to find it. |
I could not find an exact description of the System parameter, so we can assume that System = Kernel. In current versions of Process Explorer there is no System. |
I get exactly the same thing on this laptop when starting Unity Hub. Needed to start Unity and I got the same problem with the Kernel memory. It's enough just to run the file responsible for checking the license. You don't even have to run Unity itself. |
Can you use RAMMap to figure out where the mem is going? |
First I want to say thank you for such a quick response to my suggestion of a self-contained bundle.
I tested the new build on Windows 7 and got some interesting results.
I don't know why this happens, I compared a similar build of another program where .NET 6 was built in, and I didn't see anything like this there.
I don't know if this can be fixed, and if anyone will fix it, anyway, thank you very much for your work.
The text was updated successfully, but these errors were encountered: