History of AFNI updates  

|
March 05, 2021 05:57AM
Hey just wanted to add this as a follow up.

The computer I initially ran this on was an Ubuntu box with 32G of memory so I was really surprised when it threw that error.

However, it came to my attention that the swap-space likely wasn't very big on the default settings.

As such, I did the following to increase the swap-space memory (requires sudo permissions):

sudo swapoff -a
sudo fallocate -l 10G /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile

After that, it ran just fine!
Subject Author Posted

3dICC Killed after Initialization

tpderamus February 26, 2021 11:55PM

Re: 3dICC Killed after Initialization

gang February 28, 2021 07:46PM

Re: 3dICC Killed after Initialization

tpderamus March 01, 2021 09:58AM

Re: 3dICC Killed after Initialization

tpderamus March 05, 2021 05:57AM

Re: 3dICC Killed after Initialization

gang March 06, 2021 09:05AM

Re: 3dICC Killed after Initialization

Daniel Glen March 06, 2021 11:55AM

Re: 3dICC Killed after Initialization

tpderamus June 14, 2022 12:00AM

Re: 3dICC Killed after Initialization

tpderamus June 14, 2022 06:27AM

Re: 3dICC Killed after Initialization

tpderamus July 12, 2022 10:25AM

Re: 3dICC Killed after Initialization

gang July 13, 2022 11:05AM