Question about the API of 2.1.2/3 #40523
Unanswered
Mickaël Véril (mveril)
asked this question in
Q&A
Replies: 1 comment
WSL2 内存不释放 / 闲置休眠WSL2 的内存由 Vmmem 管理:Linux 里 建议排查
[wsl2]
memory=8GB
swap=4GB
# 按官方文档核对 vmIdleTimeout 等键是否仍适用你的版本
「Question about the API of 2.1.2/3」若是「实例被挂起」:确认没有节能/睡眠把虚拟机冻住;任务管理器里看 Vmmem 是否在压内存。 补充:WSL 版本号、是否 Docker Desktop、以及 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello I currently develop a rust framework for WSLPlugin and I currently add a new capability feature for it that list the capabilites associated to specific version mveril/wslplugins-rs#62
I seen the hooks for
OnDistroRegisteringandOnDistroUnregisteringand theExecuteBinaryInDistributionmethod are associated normally to the version 2.1.2 in the header but in the relase pannel of WSL it was associated to 2.1.3 and also the plugin sample that require the version 2.1.3.Can you explain it please ?
Aslo in the release pannel the text talk about a
ListDistributionmethod which are not listed in the API header.All reactions