Hello,

if you specified heap size 100 MB, your program will eat
100 MB from the system.

The maximum amount of heap space specified is indeed the maximum amount you get,
but you can define it very high.
The system can be started with a normal amount, and it will automatically increase the heap
when needed with a step size you can define.

Also, Clean is now completely single threaded, you can't use more than
one core at a time in one process.

The current compilers we use are multi threaded.
We are working on a release...

greetings,

Rinus

_______________________________________________
clean-list mailing list
[email protected]
http://mailman.science.ru.nl/mailman/listinfo/clean-list

Reply via email to