Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Memory Statistics Display

Image Modified

Used Memory : Total Memory : Max Memory

...

Aqua Data Studio uses a Windows launcher. The executable is datastudio.exe, which uses datastudio.ini for the configuration settings.  Below is a list of parameters and options that may be used in the datastudio.ini for configuring Aqua Data Studio.

Image Modified

Windows EXE execution and Windows Launcher

...

Code Block
<key>JVMOptions</key>
	<array>
		<string>-DappRoot=$APP_ROOT</string>
		<string>-Djsse.enableCBCProtection=false</string>
		<string>-Dapple.laf.useScreenMenuBar=true</string>
		<string>-Xmx756m</string>
		<string>-XX:MaxPermSize=192m</string>
	</array>
	

Image Modified

Image Modified

OSX Unix Style Package

...

Aqua Data Studio includes a Memory Monitor which displays a live chart of the application's memory usage, the current maximum memory allocated to the application, and an explanation of Max Memory, Total Memory, and Used Memory. To launch the Memory Monitor, double click on the memory usage statistics in the Memory Statistics display at the bottom right corner of the application window. The resulting window indicates whether the 32bit or 64bit version of the application is in use.

Image Modified