During using cc linker and cargo, I am repeatedly running into:
= note: collect2: fatal error: ld terminated with signal 9 [Killed]
compilation terminated.
My VM has 4 gb of ram allocated to it, 14 gb free space, and set vm.overcommit_memory = 2
(0 was tried originally), yet this error persists. This is during the installation of the Solana SDK, the component that is failing in cargo due to cc linker is only 212K large. Why is this getting killed?