Skip to content
Snippets Groups Projects
Commit 0bc67b04 authored by Armin Costa's avatar Armin Costa
Browse files

Add new file

parent 12731dee
No related branches found
No related tags found
No related merge requests found
Hints.md 0 → 100644
## Optimization ##
### Processing of large set of files ###
For some tasks and processes it might be necessary to choose some optimizations for running a given processor, for examples when reprocessing
a large set of files:
- Setup a didicated indipendent DES instance for executing given tasks or processor
- Ensure that $BASE_PATH and $BASE_PATH are placed on a local disc rather than a shared network filesystem that might have extra latencies
- Make sure that the $CWD contains a subset of the files at a given time, and possibly only symbolic links to the actual data (See DES_Plugin recursiveSymlinkSetup.pl)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment