-
Notifications
You must be signed in to change notification settings - Fork 822
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
wsl2: usage of %LOCALAPPDATA%\Temp\wsl-crashes #12147
Comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The script will output the path of the log file once done. If this is a networking issue, please use collect-networking-logs.ps1, following the instructions here Once completed please upload the output files to this Github issue. Click here for more info on logging View similar issuesPlease view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it! Closed similar issues:
|
/question |
Diagnostic information
|
#12032 is definitely the cause of the files that I'm seeing, but the thing I would like is the ability to change where they are written or disable them being written to the host FS. |
@sfoster1: You can disable crash dump collection by setting:
In |
Host OS: Windows 11 23H2 22631.4169
Guest distribution: ubuntu, kernel
5.15.153.1-microsoft-swandard-WSL2
Something in my WSL environment is causing failed nodejs commands to write crash dumps to
%LOCALAPPDATA%\Temp\wsl-crashes
in the host fs. This is annoying because I have a lot of RAM and the crash dumps are big, and Windows gives me notifications that my disk space is running low.I've searched for information about this, but the documentation about crash dumps refers to WSL2 subsystem crashes, and these are crash dumps from command line programs running in the guest OS.
I would like to be able to disable this behavior or relocate the directory where the crash dumps live. Is this possible? Could it be possible? Is there documentation that I am missing?
The text was updated successfully, but these errors were encountered: