X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=resources%2Flang%2FMessages.properties;h=b448b4c70f1b36c9ce62603b780e86dbe5ecee19;hb=b26fefd329b60deb2025aa28cdbaae30bfb58382;hp=9e492b22190cacb06b0c24e09a1eb08eb67620e6;hpb=f2bb3db094696bb382ecb8d08913c1b5dc293b53;p=jalview.git diff --git a/resources/lang/Messages.properties b/resources/lang/Messages.properties index 9e492b2..b448b4c 100644 --- a/resources/lang/Messages.properties +++ b/resources/lang/Messages.properties @@ -1399,3 +1399,14 @@ label.log_level = Log level label.log_level_tooltip = Temporarily set the log level for this console. The log level will revert to {0} when this Java console is closed. label.copy_to_clipboard = Copy to clipboard label.copy_to_clipboard_tooltip = Copy all of the log text in this console to the system clipboard +label.startup = Startup +label.memory = Memory +label.customise_memory_settings = Customise maximum memory settings +label.memory_setting_text = New memory settings will only come into effect the next time you start Jalview +label.maximum_memory_used = Maximum memory limited to both +label.percent_of_physical_memory = Maximum percent of physical memory +label.maximum_memory = Maximum absolute memory +label.maximum_memory_tooltip = Enter memory as an integer number optionally followed by 'b', 'k', 'm', 'g' or 't' +label.adjustments_for_this_computer = Adjustments for this computer +label.memory_example_text = Maximum memory that would be used with these settings on this computer +label.memory_example_tooltip = The memory allocated to Jalview is the smaller of the percentage of physical memory (default 90%) and the maximum absolute memory (default 32GB). If your computer's memory cannot be ascertained then the maximum absolute memory defaults to 8GB (if not customised).
Jalview will always try and reserve 512MB for the OS and at least 512MB for itself.