I wrote 2 bat files:
booot.bat
Code: Select all
booot71_avx2_pext.exe & pause
Code: Select all
for /l %%x in (1, 1, 16) do (
start "" booot.bat
)
The first 8-10 windows have normal output:
Code: Select all
d:\Chess\Arena\Engines\booot>booot71_avx2_pext.exe & pause
NET Version : 10
Booot 7.1_AVX2_PEXT
Code: Select all
d:\Chess\Arena\Engines\booot>booot71_avx2_pext.exe & pause
NET Version : 10
Booot 7.1_AVX2_PEXT
Exception EOutOfMemory in module booot71_avx2_pext.exe at 000000000000918A.
Out of memory.
Press any key to continue . . .
Code: Select all
d:\Chess\Arena\Engines\booot>booot71_avx2_pext.exe & pause
The system cannot execute the specified program.
Press any key to continue . . .
Probably during the generation of the KPK endgame a lot of RAM is allocated for a short time. And when running a large number of engine instances at the same time, they allocate all free RAM in the system.