AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
August 18, 2015 06:09PM
You could be swapping. If you're running on linux, figure out the PID of your 3dMVM process, then follow it to its child R process (3dMVM itself is a tcsh script that calls R, so it won't be using much memory itself). I'd use pidof or pstree for this, though you can do it with just ps. Then you can `grep VmSwap /proc/$pid/status` and see if your R process is using a lot of swap space. I don't have all that much experience with what to *do* with that number, but I'd imagine if it's small, then memory isn't your problem; if it's large, this *might* be the problem.

ijs
Subject Author Posted

Main Effects in ttest++

rick_wolf August 17, 2015 03:22PM

Re: Main Effects in ttest++

gang August 17, 2015 04:39PM

Re: Main Effects in ttest++

rick_wolf August 18, 2015 03:07PM

Re: Main Effects in ttest++

gang August 18, 2015 04:14PM

Re: Main Effects in ttest++

rick_wolf August 18, 2015 04:39PM

Re: Main Effects in ttest++

Isaac Schwabacher August 18, 2015 06:09PM

Re: Main Effects in ttest++

rick_wolf August 21, 2015 02:32PM

Re: Main Effects in ttest++

Isaac Schwabacher August 21, 2015 05:57PM