this may seem like a strange question, but if a person wanted to guarantee a program to have x amount of memory available for the running program, could a person do it.
reason for question.
you want to guarantee that a program does not run out of memory because the program is a critical program and finishing a certain task is a must.
as we all know, there is not way to force a user to not be running other programs or tasks taking up main and swapped memory. the program we write may need some large arrays.
paul
thanks in advance
reason for question.
you want to guarantee that a program does not run out of memory because the program is a critical program and finishing a certain task is a must.
as we all know, there is not way to force a user to not be running other programs or tasks taking up main and swapped memory. the program we write may need some large arrays.
paul
thanks in advance
Comment