close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.ticket.admin.ComponentAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Sep 28, 2012, 2:52:12 PM (14 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v5
|
v6
|
|
| 53 | 53 | |
| 54 | 54 | === Monav data processing === |
| 55 | | * preliminary testing shows, that one Monav preprocessor process only uses a single core |
| 56 | | * to use all the available cores, running multiple processes might be needed |
| 57 | | * this might result in very big combined RAM usage though |
| 58 | | * needs to be tested on real data first |
| | 55 | * the Monav preprocessor can run in multiple threads |
| | 56 | * the repository generator should detect the number of cores and start supply the corresponding number to the preprocessor command line arguments using the ''-t'' option |