FAQ/ JVM

"JVM" Related Questions

14 Questions Available.
1
What is the difference between Dedicated and Shared JVM plan?

Differences between Dedicated and Shared JVM planA 'Dedicated JVM' is an environment where a single JVM (Java Virtual Machine) is dedicated to a single user;

More...
2
How do I deploy my .war file and how to restart tomcat?

Refer the below tutorials to know how to deploy war fileDeploy War file using tomcat manager :

More...
3
how to check jvm allocated memory?

You can check allocated memory for your tomcat application server through NGASI panel. Login to your NGASI panelThere you can see allocated and used memory of your

More...
4
how to find number of jvm in oracle apps?

when you executive below command,you can see java process showing upps -ef | grep javaThere is one JVM per java process. Through that you can find of number

More...
5
how to monitor jvm memory usage?

You can monitor memory usage in NGASI panel.Login into NGASI panelIn the index page, click the (+) symbol near Memory.

More...
6
Where can I get maximum java heap size?

Where can I get maximum java heap size?In dedicated JVM plans you can get up to a maximum of 1.5 GB of heap size. After registration, it simply takes

More...
7
Can I restart and stop the application server of my domain any time?

Can I restart and stop the application server of my domain any time?Yes, you will be able to start and stop the application server at any time. To have

More...
8
How to increase the heap size?

How to increase the heap size? To raise the heap size, either you need to upgrade your existing 'Dedicated JVM' package or else purchase additional 'RAM'

More...
9
How to install apps in home folder using NGASI?

How to install apps in home folder using NGASI?Follow the below steps to install applications in home folder using NGASI.Step 1: Login to your

More...
10
how to access jvm in command line?

DJVM hosting is shared server with dedicated tomcat application server. we don't provide SSH login in shared server. If you need SSH login, then you need to buy dedicated

More...
11
how to adjust jvm heap size?

If have Java Hosting and if you need to increase the heap size, then you need to upgrade your existing 'Dedicated

More...
12
how many jvm can run on a machine?

You can run multiple jvm on machine.You can run more than one java process, whether its same JVM version or different ones.

More...
13
how to find number of jvm in websphere?

To list all jvm process running in websphere 1. ps-ef | grep wasadm 18335 18336 0 14.28.11 pts/8 0:00 grep /java wasadm

More...
14
how to determine jvm memory usage?

In JVM ,application memory usage can be checked through NGSI panel.

More...