I have made a program who needs much memory depending the parameters I give.
I can run at the same time several of them approching the total memory.
But when I increase a little of the memory with the parameter I get a memory error with but 1 program by starting the program.
Maybe it is a question of the stack.
Can I change the code so that 1 program can take the whole free memory from the computer?
Thanks for any response
I can run at the same time several of them approching the total memory.
But when I increase a little of the memory with the parameter I get a memory error with but 1 program by starting the program.
Maybe it is a question of the stack.
Can I change the code so that 1 program can take the whole free memory from the computer?
Thanks for any response