trueseong

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-02-05
21:09
7837 views
scan taking 29 hours
We have SSC integrated into our jenkins to do the static code analysis on J2EE web application.
Jenkins initiates the scan, but taking 29 hours to do the full scan of about 4000 java files.
Below is the shell command to start the scan. Is there anything I can do to reduce the scan time?
${SCA} -64 -b $BUILD_TAG -Xmx14g -Xms12g -XX:MaxPermSize=2048M -Dcom.fortify.sca.RmiWorkerMaxHeap=5G -scan -java-build-dir $compile/classes -f $BUILD_TAG.fpr
1 Reply


Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-02-09
18:44
Hi trueseong,
That scan time doesn't sound like an unreasonable amount of time for 4000 files (depending upon the size of the files). Attached is a performace document I received from tech support. That has a lot of options on how to increase the scan speed.
Have a good day,
Alec