Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Leak caused in Adaptive Authentication Functionality #18132

Closed
shanggeeth opened this issue Nov 28, 2023 · 1 comment
Closed

Memory Leak caused in Adaptive Authentication Functionality #18132

shanggeeth opened this issue Nov 28, 2023 · 1 comment

Comments

@shanggeeth
Copy link
Contributor

Describe the issue:
There's a memory leak caused by usage of Nashorn Script Engine while executing adaptive authentication scripts.
This results in

  • Increasing memory usage over time when on high load.
  • Decreased throughput
  • Eventual server crash with OOM error.

How to reproduce:

Expected behaviour:

  • Memory usage should be optimal over high server loads when adaptive authentication script is used and server throughput should not be affected.

Environment information (Please complete the following information; remove any unnecessary fields) :

  • Product Version: [IS 7.0.0]
  • OS: [Mac]
  • Database: [H2]
  • Userstore: [JDBC]
@shanggeeth
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

4 participants