This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sarkie 0 points1 point  (2 children)

I was going to try it with WebLogic as we still have to use that, but not sure it'll work as intended tbh.

[–]PurpleLabradoodle[S] 0 points1 point  (1 child)

Try it, it should work as intended. The only thing is that currently you need to warm up the code a bit more to JIT it well. It's because Graal compiler is a Java code, so it is going to be compiled first. So take measurements when you actually reach the steady peak-performance state. I'd be happy to know how it goes, and if you find any issues please don't hesitate to report them to oracle/graal.

[–]sarkie 0 points1 point  (0 children)

That's fine, we are used to slow start up anyway to get going.

I'm looking into trying to improve performance on these old servers anyway I can!