autodeployai / pmml4s

PMML scoring library for Scala
https://www.pmml4s.org/
Apache License 2.0
62 stars 10 forks source link

how to release memory in java #28

Closed okunu closed 1 year ago

okunu commented 1 year ago

hi,i can not find any methods about how to release memory,it can release memory?

scorebot commented 1 year ago

No, this library is in Scala that is built on top of JVM, the Scala compiler compiles the Scala files into JVM bytecode, so like Java, the lifecycle of allocated objects is managed by JVM. You can refer to the official doc for memory management in JVM.

okunu commented 1 year ago

您好:       您的信件已收到,谢谢!