OpenVMS-related news and updates about the current state of system development.
-
Topic author
arne_v
- Senior Member
- Posts: 531
- Joined: Fri Apr 17, 2020 7:31 pm
- Reputation: 0
- Location: Rhode Island, USA
-
Status:
Offline
-
Contact:
Post
by arne_v » Mon Apr 22, 2024 2:11 pm
I looked at:
https://vmssoftware.com/about/roadmap/
Overall it looks very good.
But I have a question.
I noted this:
Apache Tomcat
V9.0-84 (IA-64, Alpha, x86)
April 2024
Is Alpha listed by mistake or will VSI release an OpenJDK 8 for Alpha?
(I don't think Tomcat 9.0 will run on Java 5)
-
pustovetov
- VSI Expert
-
Active Contributor
- Posts: 43
- Joined: Thu Sep 14, 2023 1:26 am
- Reputation: 0
-
Status:
Offline
Post
by pustovetov » Mon Apr 22, 2024 5:33 pm
arne_v wrote: ↑Mon Apr 22, 2024 2:11 pm
Is Alpha listed by mistake or will VSI release an OpenJDK 8 for Alpha?
We're not going to release the OpenJDK 8 for Alpha. But we are going to update the JDK version to 402 soon.
-
pocketprobe
- Master
- Posts: 105
- Joined: Sat Apr 15, 2023 11:53 pm
- Reputation: 0
-
Status:
Offline
Post
by pocketprobe » Mon Apr 22, 2024 6:29 pm
I'll have to see if that fixes the memory leak upon shutdown when running modded Minecraft. We end up sucking up modified unpaged memory until we end up in RWMPB.
-
pustovetov
- VSI Expert
-
Active Contributor
- Posts: 43
- Joined: Thu Sep 14, 2023 1:26 am
- Reputation: 0
-
Status:
Offline
Post
by pustovetov » Tue Apr 23, 2024 1:53 am
pocketprobe wrote: ↑Mon Apr 22, 2024 6:29 pm
I'll have to see if that fixes the memory leak upon shutdown when running modded Minecraft. We end up sucking up modified unpaged memory until we end up in RWMPB.
Hmm. Can you describe how to reproduce this error?
-
pocketprobe
- Master
- Posts: 105
- Joined: Sat Apr 15, 2023 11:53 pm
- Reputation: 0
-
Status:
Offline
Post
by pocketprobe » Wed Apr 24, 2024 11:16 am
pustovetov wrote: ↑Tue Apr 23, 2024 1:53 am
Hmm. Can you describe how to reproduce this error?
I could share a zip that contains my modpack/server distro, and then a list of steps to trigger this. Is there a good way to share a 500mb file? Vanilla Minecraft works flawlessly, but Forge with many mods makes for a great JVM torture test. The same server works fine on Windows and Linux.
-
pustovetov
- VSI Expert
-
Active Contributor
- Posts: 43
- Joined: Thu Sep 14, 2023 1:26 am
- Reputation: 0
-
Status:
Offline
Post
by pustovetov » Fri Apr 26, 2024 8:42 am
pocketprobe wrote: ↑Wed Apr 24, 2024 11:16 am
I could share a zip that contains my modpack/server distro, and then a list of steps to trigger this. Is there a good way to share a 500mb file?
I have no idea. Maybe Google Drive? In any case, if you share the archive, you can send me the link here in a private message
Vanilla Minecraft works flawlessly, but Forge with many mods makes for a great JVM torture test.
Good. But, on the other hand, the 402 version was compiled with new compilers with bug fixes, so perhaps it will work better now.
-
pocketprobe
- Master
- Posts: 105
- Joined: Sat Apr 15, 2023 11:53 pm
- Reputation: 0
-
Status:
Offline
Post
by pocketprobe » Mon May 06, 2024 4:48 pm
I've finally gotten all of my ducks in a row, to make steps for reproduction. I've applied the 9.2-2 update 2, and I've been unable to cause either the ACCVIO crash (which I hadn't mentioned prior), or the memory leak problem on shutting it down. I'll try joining the game later and see if it acts differently after forcing it to generate a bunch of map.
Thank you for looking at my shenanigans.
Last edited by
pocketprobe on Mon May 06, 2024 4:49 pm, edited 1 time in total.