我正在尝试将声纳与Jenkins集成到我的本地系统,当成功集成构建并且执行成功,但是还没有成功完成时,它会显示以下错误并显示内存不足
INFO: ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard/index/al-config-server
INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
INFO: More about the report processing at http://localhost:9000/api/ce/task?id=AWWunlqCAbj3m24yQM89
INFO: Task total time: 6.254 s
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 8.008s
INFO: Final Memory: 57M/313M
INFO: ------------------------------------------------------------------------
****** B A T C H R E C U R S I O N exceeds STACK limits ******
Recursion Count=593, Stack Usage=90 percent
****** B A T C H PROCESSING IS A B O R T E D ******
WARN: Found multiple 'report-task.txt' in the workspace. Taking the first one.
C:\Users\sreenath.reddy\.jenkins\workspace\al-config-server\.scannerwork\report-task.txt
C:\Users\sreenath.reddy\.jenkins\workspace\al-config-server\target\sonar\report-task.txt
WARN: Found multiple 'report-task.txt' in the workspace. Taking the first one.
C:\Users\sreenath.reddy\.jenkins\workspace\al-config-server\.scannerwork\report-task.txt
C:\Users\sreenath.reddy\.jenkins\workspace\al-config-server\target\sonar\report-task.txt
ERROR: SonarQube scanner exited with non-zero code: 255
Finished: FAILURE