Configure the memory allocated for environment variables
1 January 2000 by Snakefoot | Comment » | Trackback OffThe memory available for environment variables is limited. If requesting memory beyond the limit the following error is given:
More Info MS KB Q161564
More Info MS KB Q230205
More Info MS KB Q261825
The limit can be increased (In trade for Conventional memory) by editing the CONFIG.SYS and insert/update this line:Out of environment space
Not Enough Environment Space
More Info MS KB Q105668REM The /E:1024 assigns 1024 bytes to SET which allows one
REM to store all the 3DFX Voodoo glide settings and others
SHELL=C:\COMMAND.COM C:\ /E:1024 /P
More Info MS KB Q161564
More Info MS KB Q230205
More Info MS KB Q261825
Updated: 23 September 2007