davidnadeau commented on issue #2021:
URL: https://github.com/apache/fury/issues/2021#issuecomment-2612825203

   Hi @chaokunyang my fury config looks like:
   
   ```scala
     val fury = Fury
       .builder()
       .withLanguage(Language.JAVA)
       .withScalaOptimizationEnabled(true)
       .requireClassRegistration(false)
       .withRefTracking(false)
       .buildThreadSafeFuryPool(Runtime.getRuntime.availableProcessors() * 2, 
Runtime.getRuntime.availableProcessors() * 2)
   
     ScalaSerializers.registerSerializers(fury)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to