I can't get codevis to render the Linux kernel, on machines with only 16GB of memory. This is unexpected since it was thought that mmap would allow working on images larger than could be stored in memory.
When attempting to render the Linux kernel:
On my 16GB Arch linux system with no allocated swap, I get
Error: Cannot allocate memory (os error 12)
On my 16GB Manjaro Linux system with 17GB of swap, I get
Sometimes Killed pops up before the image is done rendering, sometimes it happens after the render has finished and while the program is attempting to save the image to disk.
The second system also definitely has it's swap memory filled by codevis. 12.9GB of it.
I can't get
codevisto render the Linux kernel, on machines with only 16GB of memory. This is unexpected since it was thought thatmmapwould allow working on images larger than could be stored in memory.When attempting to render the Linux kernel:
On my 16GB Arch linux system with no allocated swap, I get
On my 16GB Manjaro Linux system with 17GB of swap, I get
Sometimes
Killedpops up before the image is done rendering, sometimes it happens after the render has finished and while the program is attempting to save the image to disk.The second system also definitely has it's swap memory filled by
codevis. 12.9GB of it.