Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/src/assembly/resources/conf/iotdb-env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ set as=%system_cpu_cores%
if ["%system_cpu_cores%"] LSS ["1"] set system_cpu_cores="1"

set liner=0
for /f %%b in ('wmic memorychip get capacity') do (
for /f %%b in ('wmic ComputerSystem get TotalPhysicalMemory') do (
set /a liner+=1
if !liner!==2 set system_memory=%%b
)
Expand Down