Changes between Version 5 and Version 6 of R-MPI_Problem


Ignore:
Timestamp:
Apr 2, 2008, 11:16:30 AM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • R-MPI_Problem

    v5 v6  
    134134Killed process 38515 (R)
    135135}}}
     136   * Use swap to slove this problem or wait kerrighed memory stable functions (If your clinet' fs is nfs, must use client's physical disk)
     137{{{
     138$ dd if=/dev/zero of=swap.img bs=1M count=8000
     139$ mkswap swap.img
     140$ swapon swap.img
     141}}}