Search 5,000,000+ questions and answers.

Frequently Asked Questions

How do I increase the memory for the Java Virtual Machine?

SQL Developer - FAQ
Usually the default memory configuration of your VM should be sufficient to work with SQL Developer. If you want to increase the available memoy anyway you will have to start the application with additional command line options. If you use a Sun Microsystem Java VM open a shell window, change to the SQL Developer folder and type java -Xmx256m -jar sqldeveloper.jar to start with a maximum heap memory of 256 MB. The default maximum heap size is 64 MB.
Related Questions

What is Virtual Memory?

Environment settings set by a batch file are not working.
Virtual Memory makes up for the lack of RAM in computers by using space on the hard disk as memory, Virtual Memory. When the actual RAM fills up (actually its before the RAM fills) then virtual memory is created on the hard disk. When physical memory runs out, the Virtual Memory Manager chooses sections of memory that have not been recently used and are of low priority and writes them to the swap file.
Related Questions

How do I increase the memory for Java?

Untitled Document
Some operations might result in OutOfMemory errors in DbVisualizer. One possible workaround is to increase the maximum memory size for the Java process. Add the following property to the dbvis.lax file (this example sets the max size to 128 MB): lax.nl.java.option.java.heap.size.max=128000000 The size must be specified in bytes. DbVisualizer must be restarted after any changes has been made in the dbvis.lax file.
Related Questions

DbVisualizer - FAQ
DbVisualizer is configured by default to use a maxmimum of 256 MB in the Java VM. The following explains how to increase the memory for each platform. Open the dbvis.vmoptions options file in a texteditor. (This file is located in the installation directory for DbVisualizer). Any Java system property can be added to this file and each row is interpreted as a standard system property to the Java VM.
Related Questions

Will adding more memory increase "virtual memory"?

SpecTek Select - Welcome
No. RAM and virtual memory are not the same. Virtual memory allows you to use a portion of your hard drive as though it were RAM. Because your hard drive is up to 100 times slower than your RAM, virtual memory is much slower than RAM. When you upgrade your RAM, you may discover that you use your virtual memory less because you will now have more memory available to complete the tasks that were previously handled by your virtual memory.
Related Questions

What Java virtual machine (JVM) do I use to run the AspectJ compiler?

AspectJ Frequently Asked Questions
Use the latest, greatest, fastest JVM you can get your hands on for your platform. The compiler's performance is dependent on the performance of the JVM it is running on, so the faster a JVM you can find to run it on, the shorter your compile times will be. At a minimum you need to use a Java 2 or later JVM to run the compiler (J2SE 1.3 for AspectJ 1.1). We realize that this constraint can be a problem for users who don't currently have a Java 2 JVM available.
Related Questions

How can I uninstall the Microsoft Java Virtual Machine (JVM) from Windows XP?

The Broadband Reports Windows XP FAQ - dslreports.com
You might want to remove the Microsoft JVM, which Microsoft no longer supports, in favor of the more recent Sun Microsystems JVM. To remove the Microsoft JVM, perform the following steps: The HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\JAVA_VM registry subkey (to remove the Microsoft Internet Explorer (IE) options When Internet Explorer 7 is installed on Windows XP, ctfmon.exe runs in the background without purpose, and when the Run entry for ctfmon.
Related Questions

What is the Microsoft Java Virtual Machine?

Transitioning from the MSJVM: Frequently Asked Questions
The Microsoft Java Virtual Machine (MSJVM) is technology that has been included in some versions of Microsoft Internet Explorer, a component of Microsoft Windows?. This technology allows certain types of programs, called Java applications or Java applets, to run on Windows-based computers. The only change is the date of end of support for the MSJVM, to December 31, 2007, from September 30, 2004.
Related Questions

How do I check my Java Virtual Machine version?

University of Tennessee: Distance Education Technology
Go to your start button and click on Run. Type in "command" (in Windows 98) or "cmd" (Windows 2000 or XP) and click OK. At the command prompt type in "jview" and hit Enter. The very top line should read "Microsoft ? command-line loader for java version #.##.####". Those #'s should be 4.79.2339 or above. If your version is not up-to-date, see the Computer Requirements for a link to an update version of the JVM.
Related Questions

Should I increase my virtual memory pool for Opennap?

Opennap NG 0.49 @ SF - FAQ
Not for Opennap! Virtual memory works by moving parts of the allocated RAM which are considered "not being used at the moment" by the OS to disk. For instance, if you have a paint program with 5 pictures open, usually 4 of them should be considered "not being used at the moment" while you are working on one of them, hence be worthy objects for being swapped out to disk.
Related Questions

What do I do if I get a Java™ out-of-memory error?

HANDLE.NET FAQs
If you get an out-of-memory error (or would like to increase the amount of memory that the server can use), add the "-mx128m" argument when running java/jre. In fact, we recommend increasing the amount of memory available to Java to allow Java and the server to use up to 128 megabytes of virtual memory, if necessary. Alternatively, the config.dct file can be edited to cut down on the amount of memory used by changing the number of threads allocated for each listener.
Related Questions

How do I increase the memory allocated to a module?

GenePattern
You can use the Web Client to change the amount of memory allocated to modules written in Java and R. For modules written in other languages, you may or may not be able to change the amount of memory that is allocated to the module. Click Programming Languages. The Programming Language Options section of this page specifies the options (flags) passed on the module command line.
Related Questions

Is CLDC a virtual machine?

J2ME CLDC and K virtual machine: Frequently Asked Questions
No. CLDC specifies the core libraries and virtual machine features for J2ME implementations on resource-constrained devices. A CLDC implementation includes a virtual machine. For instance, KVM is included in the CLDC reference implementation.
Related Questions

What is the K virtual machine (KVM)?

J2ME CLDC and K virtual machine: Frequently Asked Questions
K virtual machine (KVM) is a Java virtual machine that provides the basis for the CLDC reference implementation (RI). K stands for "Kilobyte" virtual machine, referring to the small footprint of the platform. The K virtual machine is very small -- starting from approximately 70K in size.
Related Questions

Why not Factor for the Java Virtual Machine or .NET?

Frequently asked questions
Originally, Factor was written in Java, and there was a compiler to JVM bytecode. But, to improve speed and the foreign function interface, Factor was rewritten in C and Factor. JFactor was abandoned in favor of CFactor. At this point, basicaly no Factor code would work in the old JFactor unmodified, as JFactor is missing several key features like generic words and syntax extension. Factor is currently natively compiled, not bytecode compiled.
Related Questions

Can I run a Java virtual machine in an IPm controller?

SIXNET - Leading the way in Industrial Ethernet, Modems, LIN...
No, you cannot. Java requires a huge amount of memory and considerable processing horsepower to run. Here is our advice: One of the things that makes Java so big is its support for graphics. If you need graphics in your application, the IPm is not suited for your application (since it is a blind node). If you don't need graphics, we suggest porting your application to efficient and highly portable C code. We have been told that Java is not as portable as Sun Microsystems would have you believe.
Related Questions

Which Java virtual machine do I need to run D2K?

ALG: D2K FAQs
J2SE 1.3 or later is required. We have not tested extensively with the latest 1.5 JVM. So we packaged a 1.4.x JVM with the latest installer of D2K 4.1.1.
Related Questions

How can I change the Java virtual machine that runs D2K?

ALG: D2K FAQs
D2K is installed using the InstallAnywhere product. On Windows and Unix platforms, the runtime parameters of D2K are customizable by editing the <INSTALL-DIRECTORY>/d2k.lax file. If you want to change the Java Virtual Machine, modify the lax.nl.current.vm item. On the Mac OSX platform, you should edit the <INSTALL-DIRECTORY>/D2KToolkit/D2KToolkit.app/Contents/Info.plist file. This file is only visible when using the Terminal application.
Related Questions

Which other Java? Integrated Development Environments (IDEs) work with the PERC virtual machine?

Aonix - PERC - FAQ
The PERC virtual machine provides support for a subset of the Java? Debug Wire Protocol (JDWP). Developers have used a variety of different Integrated Development Environments to develop programs for the PERC virtual machine, including Forte, JBuilder, and Eclipse.
Related Questions

Where can I download or upgrade to the latest version of Microsoft Java Virtual Machine?

Citadon
Microsoft has discontinued any direct downloads of their Java Virtual Machine from their web pages. Any user who requires the latest version of Java VM will need to install it through their Windows Update web page. You can read more about installing the latest Java VM build here. Back to top When I log into ProjectNet Docs, I receive this error message: Invalid Username/Password, please try again. Resolution: Usernames and passwords are case-sensitive, so be sure that Caps Lock is not turned on.
Related Questions

When installing VolanoChat and a Java Virtual Machine, how should I set up the directory structure?

Frequently Asked Questions - VolanoChat Administrator Guide
You can install the server right under your home directory, such as /home/john, for example. That would put the VolanoChat server in: /home/john/vchat2.0.0 The client applet must be moved to your public HTML directory. In the example above, you would need to move /home/john/vchat2.0.0/vcclient to your public HTML directory, such as: /home/john/public_html/vcclient or any other public HTML directory). Most Java virtual machines can be installed in your home directory as well.
Related Questions

Why do I need a Java virtual machine to run J-DSP?

www.needs.org: A Digital Library For Engineering Education
J-DSP is a set of Java applets that require a Java virtual machine to run properly. Before launching J-DSP, the courseware will provide you with the opportunity to link to Sun to download the latest Java virtual machine at http://java.com/en/index.jsp (Windows-only). If you are a Mac user you can download a current Java virtual machine directly from Apple at http://docs.info.apple.com/article.html?artnum=120209.
Related Questions

I get the error message: Could not create the Java virtual machine. What do I need to do?

BEA JRockit Developer's FAQ
Please check the spelling of the startup options that you have used. If you still cannot start the JRockit, look in the Reference Manual for the available startup options.
Related Questions

Q6) Where would I find a Java Virtual Machine to run on an IVC Display?

Knowledge Base
A6) NSIcom CrEme JVM will work. Follow the Software Application Installation Application Note. This may require additional program memory. If so, from the download page, download and install the NP-612S 20M Program Memory Image. Follow the Windows CE Download Instructions.
Related Questions

Memory allocation Q: How do I find the size of an object in Java?

Code Style: Java language frequently asked questions (FAQ)
There is no direct management of the storage size of code that is held in memory by the Java Virtual Machine (JVM). The virtual machine manages the allocation and de-allocation of storage through an integral garbage collection system. The JVM keeps track of all object references and periodically disposes of de-referenced objects to free memory.
Related Questions

FAQs and Testimonials
Virtual Memory is the way the computer uses disk space to extend RAM. It is the way the System reads and writes operating instructions so as to maximize the amount of real RAM available to the computer.
Related Questions

How can I find out where Java is installed on my machine?

FAQ - GEANT2-JRA1 Wiki
Just open console and enter: (1) x@y:/$ update-alternatives --config java (if more than one java is installed) or (2) x@y:/$ find / -name \*java\* or (3) x@y:/$ locate java or (4) Ask your system administrator to find it out for you
Related Questions

What’s Java and why do I need it on my machine?

NWACC - Distance Learning - FAQ - Frequently Asked Questions
Java is a programming language that many web applications use to run miniature applications on your PC, or to run scripts that perform certain tasks. WebCT uses Java (and JavaScript, a scripting language that does smaller jobs of this sort), so you need to have Java on your PC. Most browsers come with Java and JavaScript active already, but some do not. The most common problem we’ve seen recently is newer computers with Windows XP that don’t have Java on them.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact