There are several calls to LicenseInfoFactory.parseSPDXLicenseStringCompatV2 passing in null for the copy manager.
This uses the default copy manager which can eventually cause memory issues on long running systems.
Reference: spdx/spdx-java-jackson-store#75