I used this tool for finding a method call, but the database-building process took so long.
This is the folder structure
PS D:\Tools\tabby\cases> tree /F
Folder PATH listing for volume User
Volume serial number is 1284-D760
D:.
└───aliyunCTF2023
│ bypassit.jar
│
└───libs
jackson-annotations-2.13.3.jar
jackson-core-2.13.3.jar
jackson-databind-2.13.3.jar
jackson-datatype-jdk8-2.13.3.jar
jackson-datatype-jsr310-2.13.3.jar
jackson-module-parameter-names-2.13.3.jar
jakarta.annotation-api-1.3.5.jar
jul-to-slf4j-1.7.36.jar
log4j-api-2.17.2.jar
log4j-to-slf4j-2.17.2.jar
logback-classic-1.2.11.jar
logback-core-1.2.11.jar
slf4j-api-1.7.36.jar
snakeyaml-1.29.jar
spring-aop-5.3.22.jar
spring-beans-5.3.22.jar
spring-boot-2.6.11.jar
spring-boot-autoconfigure-2.6.11.jar
spring-boot-jarmode-layertools-2.6.11.jar
spring-context-5.3.22.jar
spring-core-5.3.22.jar
spring-expression-5.3.22.jar
spring-jcl-5.3.22.jar
spring-web-5.3.22.jar
spring-webmvc-5.3.22.jar
tomcat-embed-core-9.0.65.jar
tomcat-embed-el-9.0.65.jar
tomcat-embed-websocket-9.0.65.jar
and the time:
Are there anyway to improve the performance ? (i had increased the dbms.memory.heap.initial_size, dbms.memory.heap.max_size, dbms.memory.pagecache.size)
I used this tool for finding a method call, but the database-building process took so long.
This is the folder structure
and the time:
Are there anyway to improve the performance ? (i had increased the
dbms.memory.heap.initial_size
,dbms.memory.heap.max_size
,dbms.memory.pagecache.size
)