MCUpdater / MCU-API

API-level code for MCUpdater
Apache License 2.0
1 stars 6 forks source link

Enable ServerPack XML to specify recommended system minimums #5

Open smbarbour opened 9 years ago

smbarbour commented 9 years ago

Memory settings primarily. Will not be a hard restriction, but the user should be warned if their settings are not sufficient.

For memory, it needs to be able to know that 1024M = 1G

allaryin commented 9 years ago

Min memory and PermGen are the only two attributes that work here.

Baughn commented 8 years ago

Pack instructions for my server currently say "Make sure you use Java 8, and oh, go into the MCU settings and set maximum memory to at least 6G".

It would be great if neither of those were needed. Well, you can't install Java 8, but you can check if it's there.

allaryin commented 6 years ago

This issue probably also depends on per-instance memory settings in the gui. Currently, MCU-Swing only supports a single global set of JVM arguments.