>> Building the current version of my opengrm-ngram package on Koji fails
>> with the error "virtual memory exhausted: Cannot allocate memory"
>> as indicated below. This happens only for i686; all of the other
>> architectures build. Is this the fault of my package, or did something
>> change at https://koji.fedoraproject.org?
 
> the package (and its build enviroment) has grown. It fails because
> 32-bit system means max 4GB of address space for a process and ld runs
> as a single process, so it's not uncommon to use all memory for large
> C++ projects.

Thank you, Dan, for the quick response!

It had not occurred to me that the build might be hitting the
architectural limit, rather than some lower limit the build system placed
on the VM. I decided to disable the i686 build.

-- 
Mike

:wq
--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to