I'm trying to build octave on a RHEL8.1 VM with 16GB of RAM, and it almost immediately dies with the following message:
% make clean
preserving existing HG-ID file
make: *** virtual memory exhausted. Stop.
I know very little about octave at this point, but I'm surprised it would take more than 16GB to build it.
It did build successfully on a bare-metal RHEL8.1 host with much more memory.
Are there any known issues likely to be at play here?
If not, how much memory should I generally expect to need to build octave?
Any guidance will be appreciated.