SootUp
SootUp copied to clipboard
Memory footprint optimization
Hi,I used SootUp to test a 607MB project with 16GB of RAM. Here is the memory usage(The red box is introduced by sootUp and will not be reclaimed until the program has finished running):
SootUp has other strategies to optimize memory usage besides
new LRUCacheProvider
if so, what should I do?
https://github.com/soot-oss/SootUp/blob/develop/docs/getting-started.md
try
JavaView view = new JavaView(Collections.singletonList(inputLocation), new LRUCacheProvider(50));