spender-sandbox / cuckoo-modified

Modified edition of cuckoo
394 stars 178 forks source link

MultiCore Processing #71

Closed eoinmiller-sfdc closed 8 years ago

eoinmiller-sfdc commented 8 years ago

So I tried switching off processing as per: https://github.com/spender-sandbox/cuckoo-modified/blob/daec595861696c3d0e73d0bee0c6e22af9603f26/docs/book/src/usage/performance.rst

"Multi-Core processing

By switching off processing ( conf/cuckoo.conf, process_results in [cuckoo]) the processing step can be done in a separate utils/process.py task running several process."

However the results never seem to get processed and each task is just listed as "processing" in the web-ui. Is there some other step I am missing here?

spender-sandbox commented 8 years ago

Yes, you have to run 'utils/process.py -p auto' yourself.

-Brad