1# Settings apply across all Linux distros running on WSL 2 2[wsl2]34# Limits VM memory to use no more than 4 GB, this can be set as whole numbers using GB or MB5memory=4GB67# Sets the VM to use two virtual processors8processors=2910# Specify a custom Linux kernel to use with y...
[ 447.668696]vhci_hcd vhci_hcd.0:pdev(0)rhport(0)sockfd(3)[447.670050] vhci_hcd vhci_hcd.0:devid(196610)speed(3)speed_str(high-speed)[447.672172] vhci_hcd vhci_hcd.0: Device attached[448.020519] usb1-1: new high-speed USB device number2using vhci_hcd[448.170543] usb1-1: SetAddress...
[wsl2] networkingMode=bridged vmSwitch=WSLBridge ipv6=true memory=2GB swap=4GB localhostForwarding=true 重启电脑后生效 Miniconda 1,下载miniconda 2,sh miniconda安装包,然后一直enter就行,确认路径为/opt/miniconda 3,配置文件,vim /etc/profile,末尾添加export PATH=/opt/miniconda/bin:$PATH 4,多用户共用...
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license NOTE: The SHMEM allocation limit is set to the default of 64MB. This may be insufficient for PyTorch. NVIDIA recommends the use of the following flags: docker run --gpus all --ipc=host --ulimit memlock=-1 --ulimit st...
Failed to set locale, defaulting to C.UTF-8 error: rpmdb: BDB2034 unable to allocate memory for mutex; resize mutex region error: cannot open Packages index using db5 - Cannot allocate memory (12) error: cannot open Packages database in /var/lib/rpm ...
memory_limit = 128M error_reporting = E_ALL display_errors = On display_startup_errors = On log_errors = On log_errors_max_len = 1024 ignore_repeated_errors = Off ignore_repeated_source = Off report_memleaks = On track_errors = On ...
Tasks: 1 (limit: 18972) Memory: 860.0K () CGroup: /system.slice/xrdp.service └─4804 /usr/sbin/xrdp Jan 07 09:38:52 ZZHPC systemd[1]: Starting xrdp.service - xrdp daemon... Jan 07 09:38:52 ZZHPC xrdp[4802]: [INFO ] address [0.0.0.0] port [3389] mode 1 ...
wsl --set-version centos 2 1. 输入以下命令并回车,设置默认使用的发行版: wsl -d centos 1. 此时,再次使用命令 wsl -l -v 查看,可以看到 centos 的 VERSION 已经变为 2,并且名称前加了*号(即默认的WSL系统)。 6、WSL 子系统的启动与关闭 此时,输入命令 wsl -d centos 即可启动。 停止WSL子系统命令...
character-set-server = utf8mb4 collation-server = utf8mb4_unicode_ci skip-name-resolve #skip-networking back_log = 300 max_connections = 1259 max_connect_errors = 6000 open_files_limit = 65535 table_open_cache = 1...
2.3.Step 3: Set Up a Linux Development Environment From a Windows terminal, enter WSL: C:\> wsl.exe The default distro is Ubuntu. To update the distro to your favorite distro from the command line and to review other WSL commands, refer to the following resources: ...