← Back to team overview

yade-dev team mailing list archive

Re: Saving to memory slots freezes Yade

 

> g++: Internal error: Killed (program cc1plus)
It is the kernel killing your compiler because your computer runs out of
memory and the process which takes the most is killed to save your
computer. Compile with smaller number of jobs or with smalle chunkSize.
You can watch how much memory processes take using the htop program
(package htop).

Cheers, v.






References