HEMTT
HEMTT copied to clipboard
Building addons is caped around 200 MB
HEMTT Version: 0.6.1
(not sure I'll taked the ci method from Brett)
Description:
I tried to convert my CBA Project Building to the HEMTT system.
When I try to execute .\hemtt build --release
it fails with the sentence: memory allocation of 1610612736 bytes failed
. The pbo is a music folder with around 250 MB. I removed the folder and everything worked fine. I think a 250 MB cap is quite small. But I am not sure if this is a coded cap.
Steps to reproduce:
- The music is not on my github but you can use your own music
- GitHub Link from the rest of the project
Please provide the full output, this will help us determine where in the program the issue is occurring.
This is a bug with Armake2, I think this is being caused by the lack of available memory. This is a result of how Armake2 handles PBOs. The entire thing needs to fit in RAM. You can try using -j 1
to only build one PBO at a time to keep more memory available.
This should be fixed in v0.10