Skip to content
  1. May 14, 2024
  2. May 03, 2024
  3. Apr 30, 2024
  4. Apr 26, 2024
  5. Apr 17, 2024
  6. Apr 16, 2024
  7. Apr 15, 2024
  8. Apr 13, 2024
  9. Apr 12, 2024
  10. Mar 21, 2024
  11. Mar 15, 2024
  12. Mar 13, 2024
  13. Mar 12, 2024
  14. Feb 29, 2024
  15. Feb 27, 2024
  16. Feb 26, 2024
  17. Feb 23, 2024
  18. Feb 22, 2024
  19. Feb 21, 2024
  20. Feb 16, 2024
    • Fabien Viale's avatar
      Merge pull request #4245 from fviale/master · b46fa592
      Fabien Viale authored
      Add Groovy class cleanup mechanism
      b46fa592
    • fviale's avatar
      Add Groovy class cleanup mechanism · 7abba501
      fviale authored
       - dependency to groovy added into common-client
       - count running groovy scripts and take a snapshot of existing classes when no script is running
       - Use of a scheduled background thread to perform actual cleanup.
       - cleanup calls System.gc() to effectively remove classes from the JVM memory
       - cleanup is disabled inside the ProActive server (only enabled inside nodes). Cleanup can be disabled at will via a java property.
      7abba501
  21. Feb 15, 2024