Tuurlijk / TYPO3.Homestead

One-stop Neos and TYPO3 development and review environment. Effortlessly test one site against multiple PHP versions and hhvm.
99 stars 17 forks source link

Support autodetection of cores and memory on windows #36

Closed sven-carstens closed 7 years ago

sven-carstens commented 7 years ago

CMD Line commands to discover total physical memory: ` C:\Program Files>wmic computersystem get TotalPhysicalMemory /Value

TotalPhysicalMemory=17080623104

C:\Program Files> `

CMD Line commands to discover numer of processor cores: ` C:\Program Files>echo %NUMBER_OF_PROCESSORS% 8

C:\Program Files> `

sven-carstens commented 7 years ago

Thanks for the fast merge.