close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 2, 2008, 5:47:04 PM (18 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v9
|
v10
|
|
| 1 | 1 | * Error: cannot allocate vector of size |
| 2 | 2 | {{{ |
| 3 | | You have, presumably, a 32-bit computer with a 4GB-per-process memory limit. You have hit it (you get less than 4Gb as the OS services need some and there is some fragmentation). The last failed allocation may be small, as you see, if you are allocating lots of smallish pieces. |
| | 3 | You have, presumably, a 32-bit computer with a 4GB-per-process memory limit. |
| | 4 | You have hit it (you get less than 4Gb as the OS services need some and there is some fragmentation). |
| | 5 | The last failed allocation may be small, as you see, if you are allocating lots of smallish pieces. |
| 4 | 6 | |
| 5 | 7 | The only way to overcome that is to use a 64-bit OS and version of R. |